Files
test/.github/workflows/main.yml
Max Mehl 21a2e6d65b
All checks were successful
Test CI / test (push) Successful in 10s
Test CI / test2 (push) Successful in 32s
see env
2025-04-02 21:17:16 +02:00

26 lines
403 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
steps:
- run: apk add nodejs
- name: Checkout
uses: actions/checkout@v4
- run: ls
- run: python --version
test2:
runs-on: ubuntu-24.04
steps:
- run: pwd
- run: whoami