diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b9ba79f..a4949002 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,10 @@ jobs: - /tmp:/__e/node24_alpine - /tmp:/__e/node20_alpine steps: + - name: Update system + run: | + apk update + apk upgrade - name: Fix checkout and upload-artifact run: | apk add nodejs npm @@ -38,6 +42,9 @@ jobs: ln -sf $(which node) /__e/node20_alpine/bin/node ln -sf $(which npm) /__e/node20_alpine/bin/npm ln -sf $(which npx) /__e/node20_alpine/bin/npx + - name: Install git + run: | + apk add git - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - name: Install Python dependencies