Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Nov 8, 2024
1 parent 1afaeec commit ab75825
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/prof_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@ jobs:
- /:/host # Jailbreak!

steps:
- name: Bypass GitHub Alpine detection and patch native node into runner env
- name: Patch native Alpine NodeJS into Runner environment
if: contains(matrix.docker_image, 'alpine')
run: |
apk add nodejs
apk add docker nodejs
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
ls -lah /host/home/runner/runners
cd /host/home/runner/runners/*/externals/
rm -rf node20/*
mkdir node20/bin
ln -s /usr/bin/node node20/bin/node
shell: sh # No bash in Alpine by default

- name: Checkout repository
Expand Down

0 comments on commit ab75825

Please sign in to comment.