Skip to content

Commit

Permalink
Need to make before the unicode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Sep 4, 2022
1 parent 7878070 commit 216dc9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Verify the version was bumped
run: |
npm install && npm run jest-unicode-atom
npm install && npm run make && npm run jest-unicode-atom
Expand All @@ -38,7 +38,7 @@ jobs:

- name: Verify the version was bumped
run: |
npm install && npm run jest-unicode-string
npm install && npm run make && npm run jest-unicode-string
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Verify the version was bumped
run: |
npm install && npm run jest-unicode-action
npm install && npm run make && npm run jest-unicode-action
Expand Down

0 comments on commit 216dc9c

Please sign in to comment.