diff --git a/.github/workflows/prof_tests.yml b/.github/workflows/prof_tests.yml index ada59aad0f2..f91b7023575 100644 --- a/.github/workflows/prof_tests.yml +++ b/.github/workflows/prof_tests.yml @@ -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