We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b70ab8 commit ba59821Copy full SHA for ba59821
.github/workflows/node.js.yml
@@ -32,6 +32,10 @@ jobs:
32
- run: npm run fmt
33
- run: npm ci
34
- run: npm run lint
35
+ - name: "Test in a minimal container"
36
+ run: |
37
+ wget -O /tmp/curl https://github.com/moparisthebest/static-curl/releases/download/v8.5.0/curl-amd64
38
+ podman run --rm -v /tmp/curl:/usr/bin/curl alpine sh -c "curl -sS https://webi.sh/[email protected] | sh"
39
- env:
40
GITHUB_TOKEN: ${{ github.token }}
41
run: npm run test
0 commit comments