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 9fa0ad5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/prof_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,12 @@ jobs:
container:
image: ${{ matrix.docker_image }}
options: --user root
volumes:
- /:/host # Jailbreak!

steps:
- name: Bypass GitHub Alpine detection and patch native node into runner env
if: contains(matrix.docker_image, 'alpine')
- name: Patch native Alpine NodeJS into Runner environment
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
shell: sh # No bash in Alpine by default

- name: Checkout repository
Expand Down

0 comments on commit 9fa0ad5

Please sign in to comment.