-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path11952.yml
More file actions
30 lines (26 loc) · 755 Bytes
/
11952.yml
File metadata and controls
30 lines (26 loc) · 755 Bytes
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
name: Node.js Test Runner
on:
push:
branches: [ "*" ]
pull_request:
branches: [ main ]
jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: curl
uses: wei/curl@v1
with:
args: -LJO https://raw.githubusercontent.com/pupilfirst/vta-test-scripts/master/wd-101/level_7/todaysEntries.test.js
- run: |
yarn add --dev jest
yarn run jest --json --outputFile=report.json