Skip to content

Commit 8d9d671

Browse files
committed
where are the executables
1 parent 98aefbc commit 8d9d671

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.nodeVersion }}
2222
- name: Install dependencies
23-
run: where node && yarn
24-
- name: Run tests
25-
run: yarn run test
26-
env:
27-
SNOOPLOGG: "*"
23+
run: where yarn && where node

0 commit comments

Comments
 (0)