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 authored and mhofman committed Jan 30, 2024
1 parent 3a4085b commit 0dbd893
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 @@ -238,10 +238,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 0dbd893

Please sign in to comment.