Skip to content

Commit 87036ae

Browse files
committed
env: disable playwright(e2e) test temporarily
1 parent 464670f commit 87036ae

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/e2eTests.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
name: E2E Tests - Playwright
2-
on:
3-
pull_request:
4-
branches: [main, master]
5-
jobs:
6-
tests:
7-
timeout-minutes: 600
8-
runs-on: ubuntu-latest
9-
defaults:
10-
run:
11-
working-directory: ./packages/view
12-
steps:
13-
- uses: actions/checkout@v2 # v3 is not available as of my last update in January 2022
14-
- uses: actions/setup-node@v3
15-
with:
16-
node-version: 18.16.0
1+
# name: E2E Tests - Playwright
2+
# on:
3+
# pull_request:
4+
# branches: [main, master]
5+
# jobs:
6+
# tests:
7+
# timeout-minutes: 600
8+
# runs-on: ubuntu-latest
9+
# defaults:
10+
# run:
11+
# working-directory: ./packages/view
12+
# steps:
13+
# - uses: actions/checkout@v2 # v3 is not available as of my last update in January 2022
14+
# - uses: actions/setup-node@v3
15+
# with:
16+
# node-version: 18.16.0
1717

18-
# Add Playwright GitHub Action
19-
- name: Setup Playwright
20-
uses: microsoft/playwright-github-action@v1
18+
# # Add Playwright GitHub Action
19+
# - name: Setup Playwright
20+
# uses: microsoft/playwright-github-action@v1
2121

22-
- name: Install dependencies
23-
run: npm i
22+
# - name: Install dependencies
23+
# run: npm i
2424

25-
- name: npx playwright install
26-
run: npx playwright install
25+
# - name: npx playwright install
26+
# run: npx playwright install
2727

2828
# Temporarily Disabled until UI renewal
2929
# - name: Run Playwright tests

0 commit comments

Comments
 (0)