Skip to content

Commit

Permalink
fix: deps not found, add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Mar 19, 2024
1 parent 0769ce7 commit ce18abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/rafiki/env-setup
- run: docker-compose -v
- run: pnpm --filter integration build:deps
- run: pnpm --filter integration run-tests
1 change: 1 addition & 0 deletions test/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.0.0",
"description": "",
"scripts": {
"build:deps": "pnpm --filter mock-account-service-lib build",
"testenv:compose": "docker-compose -f ./testenv/cloud-nine-wallet/docker-compose.yml -f ./testenv/happy-life-bank/docker-compose.yml -f ./testenv/docker-compose.yml",
"test": "jest",
"run-tests": "./scripts/run-tests.sh"
Expand Down

0 comments on commit ce18abf

Please sign in to comment.