From ab75825f171f4e9f3b736d4acc03f8f041e30830 Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Fri, 8 Nov 2024 14:52:09 +0100 Subject: [PATCH] test --- .github/workflows/prof_tests.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prof_tests.yml b/.github/workflows/prof_tests.yml index ada59aad0f2..efd75cd1ef4 100644 --- a/.github/workflows/prof_tests.yml +++ b/.github/workflows/prof_tests.yml @@ -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