Skip to content

Commit

Permalink
ci: use a3p-integration cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 26, 2024
1 parent 735352d commit f1ed166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ jobs:
run: yarn install
working-directory: a3p-integration
- name: build proposals tests
run: yarn synthetic-chain build
run: yarn build
working-directory: a3p-integration
- name: run proposals tests
run: yarn synthetic-chain test
run: yarn test
working-directory: a3p-integration
- name: notify on failure
if: failure() && github.event_name != 'pull_request'
Expand Down

0 comments on commit f1ed166

Please sign in to comment.