Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Jan 23, 2024
1 parent 78eb8ad commit 4e9869e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/e2e-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@ jobs:
pnpm run build:all
working-directory: ./indexer

- name: Build and Start Docker Compose
run: |
cd ../protocol
make e2etest-build-image
cd ../e2e-testing
docker compose -f docker-compose-e2e-test-remote up -d
- name: Build
run: make e2etest-build-image
working-directory: ./protocol

build_and_test:
needs: setup
Expand Down Expand Up @@ -101,6 +98,10 @@ jobs:
run: |
cd packages/postgres && pnpm run migrate
- name: Docker Compose
run: docker compose -f docker-compose-e2e-test-remote.yml up -d
working-directory: ./e2e-testing

- name: Build and Test
run: |
pnpm build
Expand Down

0 comments on commit 4e9869e

Please sign in to comment.