File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 48
48
run : pnpm build
49
49
- name : Build test bundles
50
50
run : pnpm -F=test-bundles test-build
51
- - name : Send bundle stats to RelativeCI
51
+ - name : Send imperative bundle stats to RelativeCI
52
+ uses : relative-ci/agent-action@v2
53
+ with :
54
+ webpackStatsFile : ./packages/test-bundles/dist/api-read-webpack-stats.json
55
+ key : ${{ secrets.RELATIVE_CI_IMPERATIVE_CLIENT_BUNDLE_KEY }}
56
+ token : ${{ secrets.GITHUB_TOKEN }}
57
+ - name : Send react bundle stats to RelativeCI
52
58
uses : relative-ci/agent-action@v2
53
59
with :
54
60
webpackStatsFile : ./packages/test-bundles/dist/react-read-webpack-stats.json
55
- key : ${{ secrets.RELATIVE_CI_KEY }}
61
+ key : ${{ secrets.RELATIVE_CI_REACT_BUNDLE_KEY }}
62
+ token : ${{ secrets.GITHUB_TOKEN }}
63
+ - name : Send shopify bundle stats to RelativeCI
64
+ uses : relative-ci/agent-action@v2
65
+ with :
66
+ webpackStatsFile : ./packages/test-bundles/dist/shopify-read-webpack-stats.json
67
+ key : ${{ secrets.RELATIVE_CI_SHOPIFY_BUNDLE_KEY }}
56
68
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments