Skip to content

Commit 844b2f6

Browse files
committed
Extend CI For private tests
1 parent db5fd73 commit 844b2f6

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/test-private.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 # https://github.com/actions/checkout/releases/tag/v2.0.0
2727

28-
- name: Fetch hyperformula-tests
29-
env:
30-
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
29+
with:
30+
ssh-key: ${{ secrets.DEPLOY_TOKEN }}
31+
repository: handsontable/hyperformula-tests
32+
path: test/hyperformula-tests
33+
34+
- name: Fetch hyperformula-tests and sync branches
3135
run: ./test/fetch-tests.sh
3236

3337
- name: Setup Node.js ${{ matrix.node-version }}
@@ -53,15 +57,13 @@ jobs:
5357
steps:
5458
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 # https://github.com/actions/checkout/releases/tag/v2.0.0
5559

56-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5761
with:
5862
ssh-key: ${{ secrets.DEPLOY_TOKEN }}
5963
repository: handsontable/hyperformula-tests
6064
path: test/hyperformula-tests
6165

62-
- name: Fetch hyperformula-tests
63-
# env:
64-
# DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
66+
- name: Fetch hyperformula-tests and sync branches
6567
run: ./test/fetch-tests.sh
6668

6769
- name: Setup Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)