Skip to content

Commit

Permalink
Try testing in container
Browse files Browse the repository at this point in the history
  • Loading branch information
virzak committed Feb 19, 2024
1 parent c431ce0 commit f16de40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] | sh"
- env:
GITHUB_TOKEN: ${{ github.token }}
run: npm run test

0 comments on commit f16de40

Please sign in to comment.