This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -11,12 +11,9 @@ 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
|
- name: Checkout
|
||||||
# - name: Checkout
|
uses: actions/checkout@v4
|
||||||
# uses: actions/checkout@v4
|
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -l /app
|
- run: ls -l /app
|
||||||
- run: python --version
|
- run: python --version
|
||||||
|
|||||||
Reference in New Issue
Block a user