From f16de40c2e40d4f4200947b93eb6dee0c999609a Mon Sep 17 00:00:00 2001 From: Victor Irzak Date: Mon, 19 Feb 2024 12:41:39 -0500 Subject: [PATCH] Try testing in container --- .github/workflows/node.js.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 78ff78ca8..6860e865d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -32,6 +32,9 @@ jobs: - run: npm run fmt - run: npm ci - run: npm run lint + - run: | + wget -O /tmp/curl https://github.com/moparisthebest/static-curl/releases/download/v8.5.0/curl-amd64 + podman run --rm -v /tmp/curl:/usr/bin/curl alpine sh -c "curl -sS https://webi.sh/pwsh@7.4.1 | sh" - env: GITHUB_TOKEN: ${{ github.token }} run: npm run test