Skip to content

Commit 9cc9d13

Browse files
No e2e tests for now
1 parent 21b947f commit 9cc9d13

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,22 @@ jobs:
5050
- run: npm run ci
5151
env:
5252
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
53-
- run: mkdir -p /tmp/app${BASE_URL} && cp -r build/* /tmp/app${BASE_URL} && npx serve --no-clipboard -l 3000 /tmp/app &
54-
if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
55-
- run: curl --insecure -4 --retry 7 --retry-connrefused http://localhost:3000 1>/dev/null
56-
if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
57-
- name: Run Playwright tests
58-
if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
59-
uses: docker://mcr.microsoft.com/playwright:v1.58.2-noble
60-
with:
61-
args: npx playwright test
62-
- name: Store reports
63-
if: (env.STAGE == 'REVIEW' || env.STAGE == 'STAGING') && failure()
64-
uses: actions/upload-artifact@v7
65-
with:
66-
name: reports
67-
path: reports/
68-
retention-days: 3
53+
# - run: mkdir -p /tmp/app${BASE_URL} && cp -r build/* /tmp/app${BASE_URL} && npx serve --no-clipboard -l 3000 /tmp/app &
54+
# if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
55+
# - run: curl --insecure -4 --retry 7 --retry-connrefused http://localhost:3000 1>/dev/null
56+
# if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
57+
# - name: Run Playwright tests
58+
# if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
59+
# uses: docker://mcr.microsoft.com/playwright:v1.58.2-noble
60+
# with:
61+
# args: npx playwright test
62+
# - name: Store reports
63+
# if: (env.STAGE == 'REVIEW' || env.STAGE == 'STAGING') && failure()
64+
# uses: actions/upload-artifact@v7
65+
# with:
66+
# name: reports
67+
# path: reports/
68+
# retention-days: 3
6969
- run: npm run deploy
7070
if: github.repository_owner == 'microbit-foundation' && (env.STAGE == 'REVIEW' || success())
7171
env:

0 commit comments

Comments
 (0)