volume
Some checks failed
Test CI / test (push) Failing after 9s

This commit is contained in:
2025-04-02 21:20:44 +02:00
parent 21a2e6d65b
commit 24909b4ac4

View File

@@ -11,15 +11,17 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
container: container:
image: ghcr.io/mxmehl/python-tests-image:3.12 image: ghcr.io/mxmehl/python-tests-image:3.12
volumes:
- GITHUB_WORKSPACE:/app
steps: steps:
- run: apk add nodejs - run: apk add nodejs
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: ls - run: ls -l /app
- run: python --version - run: python --version
test2: # test2:
runs-on: ubuntu-24.04 # runs-on: ubuntu-24.04
steps: # steps:
- run: pwd # - run: pwd
- run: whoami # - run: whoami