Skip to content

Commit 57925a5

Browse files
author
aehnh
committed
update workflows
1 parent d0ba13c commit 57925a5

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/deploy-playground-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ jobs:
171171
- name: Run Complete tests for react
172172
run: |
173173
cd packages/tests-e2e
174-
BRANCH_NAME=$(echo $BRANCH_NAME_RAW | tr '/_' '-')
175-
export PLAYWRIGHT_TEST_URL="https://$BRANCH_NAME.react.playground.corbado.io"
176174
set +e
177175
npx playwright test --config=playwright.config.complete.ts
178176
EXIT_CODE=$?

.github/workflows/test-all.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ jobs:
7979
- name: Run Complete tests for react
8080
run: |
8181
cd packages/tests-e2e
82-
BRANCH_NAME=$(echo $BRANCH_NAME_RAW | tr '/_' '-')
83-
export PLAYWRIGHT_TEST_URL="https://$BRANCH_NAME.react.playground.corbado.io"
8482
set +e
8583
npx playwright test --config=playwright.config.complete.ts
8684
EXIT_CODE=$?
@@ -125,8 +123,6 @@ jobs:
125123
- name: Run Complete tests for web-js
126124
run: |
127125
cd packages/tests-e2e
128-
BRANCH_NAME=$(echo $BRANCH_NAME_RAW | tr '/_' '-')
129-
export PLAYWRIGHT_TEST_URL="https://$BRANCH_NAME.web-js.playground.corbado.io"
130126
set +e
131127
npx playwright test --config=playwright.config.complete.ts
132128
EXIT_CODE=$?
@@ -171,8 +167,6 @@ jobs:
171167
- name: Run Complete tests for web-js-script
172168
run: |
173169
cd packages/tests-e2e
174-
BRANCH_NAME=$(echo $BRANCH_NAME_RAW | tr '/_' '-')
175-
export PLAYWRIGHT_TEST_URL="https://$BRANCH_NAME.web-js-script.playground.corbado.io"
176170
set +e
177171
npx playwright test --config=playwright.config.complete.ts
178172
EXIT_CODE=$?

0 commit comments

Comments
 (0)