Skip to content

RelativeCI

RelativeCI #827

Workflow file for this run

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@v2.1.12
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@v2.1.12
with:
key: ${{ secrets.RELATIVE_CI_KEY_NATIVE }}
token: ${{ secrets.GITHUB_TOKEN }}
webpackStatsFile: webpack-stats.native.json