Skip to content

Commit 4a77602

Browse files
committed
add sprkl to the ci workflow
1 parent 7b68d97 commit 4a77602

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
on:
2-
push:
2+
pull_request:
33
branches:
44
- '**'
5+
56
jobs:
67
install-sprkl-test:
78
runs-on: ubuntu-latest
@@ -12,17 +13,12 @@ jobs:
1213

1314

1415
- name: Sprkl Setup
15-
uses: sprkl-dev/sprkl-action/setup@v0.0.38
16+
uses: sprkl-dev/sprkl-action/setup@add-dashboard-push-support
1617
with:
17-
npm_token: ${{ secrets.SPRKL_NPM_TOKEN }}
18-
setenv: false
18+
analyze: true
19+
token: ${{ secrets.SPRKL_CI_TOKEN }}
1920

2021
- run: yarn install
2122
- run: yarn test:e2e:sprkl
2223
env:
2324
SPRKL_RECIPE: all
24-
25-
- name: Sprkl Push
26-
uses: sprkl-dev/sprkl-action/[email protected]
27-
with:
28-
token: ${{ secrets.SPRKL_CI_TOKEN }}

0 commit comments

Comments
 (0)