From 0e5bb6056dc22f422525a27d7be166b6220d04d1 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Fri, 20 May 2022 19:33:06 +0200 Subject: [PATCH] fixup! build: migrate from yarn v1 to npm --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 66a89ec1b9c7..c2ea908dfbb7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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