Skip to content

Commit fa647bb

Browse files
committed
test: change commit id at tests file7
1 parent 2570c25 commit fa647bb

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/default-event-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111

1212

1313
- name: Sprkl Setup
14-
uses: sprkl-dev/sprkl-action/setup@5d10308e9d75da345f6d8991852a6176aea68805
14+
uses: sprkl-dev/sprkl-action/setup@19f649081bea28e51b994628f339fc493dee37e3
1515
with:
16+
recipe: rec
1617
analyze: false
1718
token: ${{ secrets.SPRKL_CI_TOKEN }}
1819

.github/workflows/setup-push-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212

1313

1414
- name: Sprkl Setup
15-
uses: sprkl-dev/sprkl-action/setup@5d10308e9d75da345f6d8991852a6176aea68805
15+
uses: sprkl-dev/sprkl-action/setup@master
1616
with:
17-
analyze: false
17+
analyze: true
18+
analysisCwd: "./catalog"
1819
token: ${{ secrets.SPRKL_CI_TOKEN }}
1920

2021
- run: echo $SPRKL_RECIPE

.github/workflows/test-pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ jobs:
1111

1212

1313
- name: Sprkl Setup
14-
uses: sprkl-dev/sprkl-action/setup@5d10308e9d75da345f6d8991852a6176aea68805
14+
uses: sprkl-dev/sprkl-action/setup@a2e15cba88ea047cae5a0a718b2161b4154b00e1
1515
with:
1616
analyze: false
1717
token: ${{ secrets.SPRKL_CI_TOKEN }}
1818

1919
- run: echo $SPRKL_RECIPE
2020
- run: echo $SPRKL_COMMITS
21+
- run: sprkl apply --log-level=debug
2122

2223
- run: yarn install
2324
- run: yarn test:e2e:sprkl

0 commit comments

Comments
 (0)