Skip to content

Commit

Permalink
add working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Jan 23, 2024
1 parent 4e9869e commit b2fb8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
env:
DB_PORT: 5435
NODE_ENV: development
run: |
cd packages/postgres && pnpm run migrate
run: cd packages/postgres && pnpm run migrate
working-directory: ./indexer

- name: Docker Compose
run: docker compose -f docker-compose-e2e-test-remote.yml up -d
Expand Down

0 comments on commit b2fb8b0

Please sign in to comment.