Skip to content

Commit a4e8f80

Browse files
committed
chore: relative ci
1 parent 54d840c commit a4e8f80

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
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()
@@ -79,18 +79,6 @@ jobs:
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:

.github/workflows/relative-ci.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@ jobs:
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:

0 commit comments

Comments
 (0)