Skip to content

Commit

Permalink
Added pull step to e2e stack setup on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-perretta committed Nov 21, 2024
1 parent fd723a5 commit e246c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ jobs:
cache: 'npm'

- run: docker compose -f e2e_test_stack/docker-compose.yml build
- run: docker compose -f e2e_test_stack/docker-compose.yml pull
- run: npm ci
- run: npm run e2e:once

0 comments on commit e246c28

Please sign in to comment.