Skip to content

Commit bab0951

Browse files
committed
Extend CI For private tests
1 parent cf6ab6f commit bab0951

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

.github/workflows/test-private.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -34,47 +34,47 @@ jobs:
3434
- name: Fetch hyperformula-tests and sync branches
3535
run: cd test && ./fetch-tests.sh
3636

37-
# - name: Setup Node.js ${{ matrix.node-version }}
38-
# uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d # https://github.com/actions/setup-node/releases/tag/v1.4.4
39-
# with:
40-
# node-version: ${{ matrix.node-version }}
37+
- name: Setup Node.js ${{ matrix.node-version }}
38+
uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d # https://github.com/actions/setup-node/releases/tag/v1.4.4
39+
with:
40+
node-version: ${{ matrix.node-version }}
4141

42-
# - name: Install dependencies
43-
# run: |
44-
# npm ci
42+
- name: Install dependencies
43+
run: |
44+
npm ci
4545
46-
# - name: Run tests
47-
# run: |
48-
# npm run test:ci
46+
- name: Run tests
47+
run: |
48+
npm run test:ci
4949
50-
# browser-tests:
51-
# strategy:
52-
# matrix:
53-
# node-version: [ '22' ]
54-
# os: [ 'ubuntu-latest' ]
55-
# name: browser-tests
56-
# runs-on: ${{ matrix.os }}
57-
# steps:
58-
# - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 # https://github.com/actions/checkout/releases/tag/v2.0.0
50+
browser-tests:
51+
strategy:
52+
matrix:
53+
node-version: [ '22' ]
54+
os: [ 'ubuntu-latest' ]
55+
name: browser-tests
56+
runs-on: ${{ matrix.os }}
57+
steps:
58+
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 # https://github.com/actions/checkout/releases/tag/v2.0.0
5959

60-
# - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
61-
# with:
62-
# ssh-key: ${{ secrets.DEPLOY_TOKEN }}
63-
# repository: handsontable/hyperformula-tests
64-
# path: test/hyperformula-tests
60+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
61+
with:
62+
ssh-key: ${{ secrets.DEPLOY_TOKEN }}
63+
repository: handsontable/hyperformula-tests
64+
path: test/hyperformula-tests
6565

66-
# - name: Fetch hyperformula-tests and sync branches
67-
# run: cd test && ./fetch-tests.sh
66+
- name: Fetch hyperformula-tests and sync branches
67+
run: cd test && ./fetch-tests.sh
6868

69-
# - name: Setup Node.js ${{ matrix.node-version }}
70-
# uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d # https://github.com/actions/setup-node/releases/tag/v1.4.4
71-
# with:
72-
# node-version: ${{ matrix.node-version }}
69+
- name: Setup Node.js ${{ matrix.node-version }}
70+
uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d # https://github.com/actions/setup-node/releases/tag/v1.4.4
71+
with:
72+
node-version: ${{ matrix.node-version }}
7373

74-
# - name: Install dependencies
75-
# run: |
76-
# npm ci
74+
- name: Install dependencies
75+
run: |
76+
npm ci
7777
78-
# - name: Run tests
79-
# run: |
80-
# npm run test:browser
78+
- name: Run tests
79+
run: |
80+
npm run test:browser

0 commit comments

Comments
 (0)