Skip to content

Commit 1e2ea53

Browse files
authored
Merge pull request #25 from ooade/patch/update-ci-to-use-yarn
Update CI to use yarn
2 parents ab5e097 + 6453dc5 commit 1e2ea53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test-code.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test code on pull request
1+
name: PR Action
22

33
on:
44
pull_request:
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
15-
- run: npm ci
16-
- run: npm test
17-
- run: npm run build
15+
- run: yarn install --frozen-lockfile
16+
- run: yarn test
17+
- run: yarn run build

0 commit comments

Comments
 (0)