RelativeCI #1674
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: RelativeCI | |
| on: | |
| workflow_run: | |
| workflows: ["CI"] | |
| types: | |
| - completed | |
| jobs: | |
| process-stats: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Send jquery bundle stats and build information to RelativeCI | |
| uses: relative-ci/agent-action@v3.2.3 | |
| with: | |
| key: ${{ secrets.RELATIVE_CI_KEY_JQUERY }} | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| webpackStatsFile: webpack-stats.jquery.json | |
| - name: Send native bundle stats and build information to RelativeCI | |
| uses: relative-ci/agent-action@v3.2.3 | |
| with: | |
| key: ${{ secrets.RELATIVE_CI_KEY_NATIVE }} | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| webpackStatsFile: webpack-stats.native.json |