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 597f0f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prof_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ 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
cd /host/home/runner/runners/*/externals/
rm -rf node20/*
mkdir node20/bin
ln -s /usr/bin/node node20/bin/node
ls /host
cd /host
cd /host/home
tree
shell: sh # No bash in Alpine by default

- name: Checkout repository
Expand Down

0 comments on commit 597f0f6

Please sign in to comment.