Skip to content

Commit

Permalink
fixup! build: migrate from yarn v1 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed May 20, 2022
1 parent ec48b16 commit 0e5bb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
env:
ENV_FILE: testing/.env
run: |
npm run md m2h markdown/tool/m2h --locale en-US
npm run md -- m2h markdown/tool/m2h --locale en-US
diff -s testing/content/files/en-us/markdown/tool/m2h/index.html testing/content/files/en-us/markdown/tool/m2h/expected.html
npm run md h2m markdown/tool/h2m --locale en-US
npm run md -- h2m markdown/tool/h2m --locale en-US
diff -s testing/content/files/en-us/markdown/tool/h2m/index.md testing/content/files/en-us/markdown/tool/h2m/expected.md
- name: Debug server's stdout and stderr if tests failed
Expand Down

0 comments on commit 0e5bb60

Please sign in to comment.