Skip to content

Commit

Permalink
fix(cicd): ensure integration test is provisioned before deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Feb 12, 2023
1 parent 2094fc7 commit 743b7db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: install
run: npm ci

- name: provision:integration-test-db
run: npm run provision:integration-test-db

- name: tests
run: npm run test

Expand Down

0 comments on commit 743b7db

Please sign in to comment.