Skip to content

Commit

Permalink
Add docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot authored Nov 1, 2023
1 parent c498ec6 commit 9b37e94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
HOMERUNNER_SPAWN_HS_TIMEOUT_SECS: 100
NODE_OPTIONS: --dns-result-order ipv4first
run: |
docker pull $HOMERUNNER_IMAGE
cd conference-bot
yarn --strict-semver --frozen-lockfile
../homerunner &
bash -ic 'yarn test:e2e'
bash -ic 'yarn test:e2e'

0 comments on commit 9b37e94

Please sign in to comment.