File tree Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Original file line number Diff line number Diff line change 69
69
- name : Install Playwright
70
70
run : npx playwright install --with-deps
71
71
72
- # - name: Run Playwright tests
73
- # run: npx playwright test
72
+ - name : Run Playwright tests
73
+ run : npx playwright test
74
74
75
75
- uses : actions/upload-artifact@v3
76
76
if : always()
79
79
path : playwright-report/
80
80
retention-days : 30
81
81
82
- - name : Upload webpack stats artifact (core)
83
- uses : relative-ci/agent-upload-artifact-action@v1
84
- with :
85
- webpackStatsFile : ./packages/core/dist/webpack-stats.json
86
- artifactName : relative-ci-artifacts-core
87
-
88
- - name : Upload webpack stats artifact (react)
89
- uses : relative-ci/agent-upload-artifact-action@v1
90
- with :
91
- webpackStatsFile : ./packages/react/dist/webpack-stats.json
92
- artifactName : relative-ci-artifacts-react
93
-
94
82
- name : Upload webpack stats artifact (editor)
95
83
uses : relative-ci/agent-upload-artifact-action@v1
96
84
with :
Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - name : Send bundle stats and build information to RelativeCI (core)
14
- uses : relative-ci/agent-action@v2
15
- with :
16
- artifactName : relative-ci-artifacts-core
17
- key : ${{ secrets.RELATIVE_CI_KEY }}
18
- token : ${{ secrets.GITHUB_TOKEN }}
19
-
20
- - name : Send bundle stats and build information to RelativeCI (react)
21
- uses : relative-ci/agent-action@v2
22
- with :
23
- artifactName : relative-ci-artifacts-react
24
- key : ${{ secrets.RELATIVE_CI_KEY }}
25
- token : ${{ secrets.GITHUB_TOKEN }}
26
-
27
13
- name : Send bundle stats and build information to RelativeCI (editor)
28
14
uses : relative-ci/agent-action@v2
29
15
with :
You can’t perform that action at this time.
0 commit comments