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
container:
image: ghcr.io/mxmehl/python-tests-image:3.12
volumes:
- GITHUB_WORKSPACE:/app
steps:
- run: apk add nodejs
- name: Checkout
uses: actions/checkout@v4
- run: ls
- run: ls -l /app
- run: python --version
test2:
runs-on: ubuntu-24.04
steps:
- run: pwd
- run: whoami
# test2:
# runs-on: ubuntu-24.04
# steps:
# - run: pwd
# - run: whoami