Skip to content

Commit 28f0df7

Browse files
committed
Change in job order
1 parent 4371617 commit 28f0df7

File tree

2 files changed

+3
-326
lines changed

2 files changed

+3
-326
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ jobs:
44
prepare:
55
runs-on: ubuntu-latest
66
steps:
7+
- uses: actions/checkout@v2
78
- uses: actions/setup-node@v2
89
with:
910
node-version: "15"
1011
check-latest: true
11-
- uses: actions/checkout@v2
1212
- name: Install modules
1313
run: npm i
14+
- name: Run tests
15+
run: npm run test
1416
test:
1517
needs: prepare
1618
runs-on: ubuntu-latest

tests/functions-and-arrays.original.js

Lines changed: 0 additions & 325 deletions
This file was deleted.

0 commit comments

Comments
 (0)