21
.github/workflows/main.yml
vendored
21
.github/workflows/main.yml
vendored
@@ -11,15 +11,18 @@ 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: pwd
|
||||||
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user