Skip to content

Commit

Permalink
Build front end before starting services
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Feb 1, 2024
1 parent 60b864f commit 1cf71ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "18.18.2"
cache: "yarn"

- name: Install dependencies
run: yarn install --immutable

- name: Build frontend
run: yarn run build

- name: Run web service and E2E tests
run: docker compose -f docker-compose-e2e-tests.yml up --exit-code-from e2e-tests

0 comments on commit 1cf71ff

Please sign in to comment.