Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Fix e2e tests after backend quarkus update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkralik3 authored and igarashitm committed Jun 21, 2023
1 parent a007941 commit a74033c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
ports:
# will assign a random free host port
- 8081/tcp
env:
QUARKUS_HTTP_CORS_ORIGINS: "http://localhost:1337"
steps:
- name: 👷‍♀️ Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -111,6 +113,8 @@ jobs:
ports:
# will assign a random free host port
- 8081/tcp
env:
QUARKUS_HTTP_CORS_ORIGINS: "http://localhost:1337"
steps:
- name: 👷‍♀️ Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -166,6 +170,8 @@ jobs:
ports:
# will assign a random free host port
- 8081/tcp
env:
QUARKUS_HTTP_CORS_ORIGINS: "http://localhost:1337"
steps:
- name: 👷‍♀️ Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a74033c

Please sign in to comment.