Skip to content

Commit ba59821

Browse files
committed
Try testing in container
1 parent 7b70ab8 commit ba59821

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
- run: npm run fmt
3333
- run: npm ci
3434
- 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"
3539
- env:
3640
GITHUB_TOKEN: ${{ github.token }}
3741
run: npm run test

0 commit comments

Comments
 (0)