There was an error while loading. Please reload this page.
1 parent 7b68d97 commit 4a77602Copy full SHA for 4a77602
1 file changed
.github/workflows/ci.yml
@@ -1,7 +1,8 @@
1
on:
2
- push:
+ pull_request:
3
branches:
4
- '**'
5
+
6
jobs:
7
install-sprkl-test:
8
runs-on: ubuntu-latest
@@ -12,17 +13,12 @@ jobs:
12
13
14
15
- name: Sprkl Setup
- uses: sprkl-dev/sprkl-action/setup@v0.0.38
16
+ uses: sprkl-dev/sprkl-action/setup@add-dashboard-push-support
17
with:
- npm_token: ${{ secrets.SPRKL_NPM_TOKEN }}
18
- setenv: false
+ analyze: true
19
+ token: ${{ secrets.SPRKL_CI_TOKEN }}
20
21
- run: yarn install
22
- run: yarn test:e2e:sprkl
23
env:
24
SPRKL_RECIPE: all
-
25
- - name: Sprkl Push
26
- uses: sprkl-dev/sprkl-action/[email protected]
27
- with:
28
- token: ${{ secrets.SPRKL_CI_TOKEN }}
0 commit comments