Skip to content

Commit 043965d

Browse files
virzakcoolaj86
authored andcommitted
Try testing in container
1 parent 3810cd6 commit 043965d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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/pwsh@7.4.1 | sh"
3539
- env:
3640
GITHUB_TOKEN: ${{ github.token }}
3741
run: npm run test

0 commit comments

Comments
 (0)