test checkout

main
Jean-Marie Mineau 2024-03-12 11:13:56 +01:00
parent 43799b73ca
commit 0e49b8cbc0
Signed by: histausse
GPG Key ID: B66AEEDA9B645AD2
1 changed files with 13 additions and 1 deletions

View File

@ -4,10 +4,22 @@ jobs:
runs-on: debian runs-on: debian
steps: steps:
- run: echo All Good - run: echo All Good
- run: python -c 'print("Hello world!")' - run: ls
- run: pwd
test_container: test_container:
runs-on: debian runs-on: debian
container: container:
image: python:latest image: python:latest
steps: steps:
- run: python -c 'print("Hello world!")' - run: python -c 'print("Hello world!")'
test_checkout:
runs-on: debian
container:
image:
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
- run: |
ls
pwd
echo $GITHUB_WORKSPACE
ls $GITHUB_WORKSPACE