File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 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
17
17
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
21
21
22
- - name : Install dependencies
23
- run : npm i
22
+ # - name: Install dependencies
23
+ # run: npm i
24
24
25
- - name : npx playwright install
26
- run : npx playwright install
25
+ # - name: npx playwright install
26
+ # run: npx playwright install
27
27
28
28
# Temporarily Disabled until UI renewal
29
29
# - name: Run Playwright tests
You can’t perform that action at this time.
0 commit comments