Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- run: npm run fmt
- run: npm ci
- run: npm run lint
- name: "Test in a minimal container"
run: |
wget -O /tmp/curl https://github.com/moparisthebest/static-curl/releases/download/v8.5.0/curl-amd64
chmod a+rwx /tmp/curl
podman run --rm -v /tmp/curl:/usr/bin/curl alpine sh -c "curl -sS https://webi.sh/pwsh@7.3 | sh"
- env:
GITHUB_TOKEN: ${{ github.token }}
run: npm run test