Skip to content

Commit

Permalink
Build front end with Docker network hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Feb 6, 2024
1 parent cf97b7e commit 31af376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: yarn install --immutable

- name: Build frontend
run: yarn build
run: MITOPEN_HOSTNAME=nginx:8063 yarn build

- name: Run services and E2E tests
run: |
Expand Down

0 comments on commit 31af376

Please sign in to comment.