Files
test/.github/workflows/main.yml
Max Mehl 24909b4ac4
Some checks failed
Test CI / test (push) Failing after 9s
volume
2025-04-02 21:20:44 +02:00

28 lines
468 B
YAML

name: Test CI
on:
push:
branches:
- main
- master
jobs:
test:
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 -l /app
- run: python --version
# test2:
# runs-on: ubuntu-24.04
# steps:
# - run: pwd
# - run: whoami