Skip to content

Commit

Permalink
debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang committed Jan 22, 2024
1 parent d20993f commit f8360da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
with:
swap-size-gb: 12

- name: Build container, Start it and Run E2E Tests
- name: Build container
run: |
docker buildx build . --file ./Dockerfile.webapp.dev --load \
--tag my-webapp:latest \
Expand All @@ -148,11 +148,11 @@ jobs:
--build-arg NODE_OPTIONS='--max-old-space-size=6656' \
--build-arg PRIVATE_KEY='81ce9e0a6df4f2dbf667830614bfa162d5aa4ef4992362911dc8d14ea53a31e1' \
- name: Start container
run: |
docker run -d --name my-webapp-instance -p 3000:3000 -e PRIVATE_KEY='81ce9e0a6df4f2dbf667830614bfa162d5aa4ef4992362911dc8d14ea53a31e1' my-webapp
docker logs my-webapp-instance
- name: Start development server and Run E2E Tests
- name: Run E2E Tests
run: |
npx synpress run --configFile synpress.config.js --record --key 0c4de406-82ab-48c2-94b1-6267578d2f33
env:
Expand Down

0 comments on commit f8360da

Please sign in to comment.