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 6969 - name : Install Playwright
7070 run : npx playwright install --with-deps
7171
72- # - name: Run Playwright tests
73- # run: npx playwright test
72+ - name : Run Playwright tests
73+ run : npx playwright test
7474
7575 - uses : actions/upload-artifact@v3
7676 if : always()
7979 path : playwright-report/
8080 retention-days : 30
8181
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-
9482 - name : Upload webpack stats artifact (editor)
9583 uses : relative-ci/agent-upload-artifact-action@v1
9684 with :
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 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-
2713 - name : Send bundle stats and build information to RelativeCI (editor)
2814 uses : relative-ci/agent-action@v2
2915 with :
You can’t perform that action at this time.
0 commit comments