Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jan 8, 2025
1 parent 4931ca0 commit 8b713b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
export TEST_API_KEY="$(docker compose exec aggregator /ava create-api-key --role=admin --subject=apikey)"
export ENDPOINT="localhost:2206"
# We need to run yarn build here because the test is still importing from dist
yarn run build
yarn build
yarn test
6 changes: 1 addition & 5 deletions .github/workflows/staging-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Build typescript
run: |
npm run
npm run build
- name: Run tests againts staging AVS
run: |
yarn build
yarn test

0 comments on commit 8b713b0

Please sign in to comment.