Skip to content

Commit bcabb7c

Browse files
committed
build: move relative CI build into build workflow
1 parent 75e0385 commit bcabb7c

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ jobs:
5050
with:
5151
webpackStatsFile: ./playground/dist/webpack-stats.json
5252
artifactName: relative-ci-artifacts-editor
53+
54+
- name: Send bundle stats and build information to RelativeCI (editor)
55+
uses: relative-ci/agent-action@v2
56+
with:
57+
artifactName: relative-ci-artifacts-editor
58+
key: ${{ secrets.RELATIVE_CI_KEY }}
59+
token: ${{ secrets.GITHUB_TOKEN }}
60+
5361
playwright:
5462
name: "Playwright Tests"
5563
runs-on: ubuntu-latest

.github/workflows/relative-ci.yaml

-18
This file was deleted.

0 commit comments

Comments
 (0)