Skip to content

Commit

Permalink
integration test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed May 14, 2023
1 parent 1b1b51d commit 905a356
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/dev-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ jobs:
curl -LO https://github.com/golang-migrate/migrate/releases/download/v4.15.2/migrate.linux-amd64.deb
sudo dpkg -i migrate.linux-amd64.deb
rm migrate.linux-amd64.deb
- name: docker integration tests
run: make -C ./test test
- name: docker e2e tests
- name: start services
run: make dev
- name: integration tests
run: make -C ./test test-local
- name: reset db
run: make reset-db
- name: client e2e tests
run: make -C ./client test-ci
- name: set current env-id for cloud
run: make resume-dev ENV_ID=${{ secrets.DEV_ENV_ID }}
Expand Down

0 comments on commit 905a356

Please sign in to comment.