We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e0385 commit bcabb7cCopy full SHA for bcabb7c
.github/workflows/build.yml
@@ -50,6 +50,14 @@ jobs:
50
with:
51
webpackStatsFile: ./playground/dist/webpack-stats.json
52
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
61
playwright:
62
name: "Playwright Tests"
63
runs-on: ubuntu-latest
.github/workflows/relative-ci.yaml
0 commit comments