deno.land / x / sheetjs@v0.18.3 / .github / workflows / node-pretest.yml

node-pretest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: 'Tests: pretest/posttest'
on: [pull_request, push]
jobs: pretest: runs-on: ubuntu-latest
steps: - uses: actions/checkout@v2 - uses: ljharb/actions/node/install@main name: 'nvm install lts/* && npm install' with: node-version: 'lts/*' - run: sudo curl -Lo /usr/bin/rooster https://github.com/SheetJS/rooster/releases/download/v0.2.0/rooster-v0.2.0-linux-amd64 - run: sudo chmod a+x /usr/bin/rooster - run: make init - run: 'cd test_files; make all; cd -' - run: npm run pretest
# posttest: # runs-on: ubuntu-latest
# steps: # - uses: actions/checkout@v2 # - uses: ljharb/actions/node/install@main # name: 'nvm install lts/* && npm install' # with: # node-version: 'lts/*' # - run: make init # - run: 'cd test_files; make all; cd -' # - run: npm run posttest
sheetjs

Version Info

Tagged at
2 years ago