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 a61443b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/prof_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,8 @@ 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')
run: |
apk add 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
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a61443b

Please sign in to comment.