Fix TypeError crash in SEP-7 replace parameter parsing
#229
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run Test | |
| on: [pull_request] | |
| jobs: | |
| test-ci: | |
| name: anchor platform test | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: actions/setup-node@v2 | |
| with: | |
| node-version: 18 | |
| - run: yarn install | |
| - run: yarn test:anchorplatform:ci |