Skip to content

Test action with cache #36

Test action with cache

Test action with cache #36

Workflow file for this run

name: Test action with cache
on:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
python-version: 3.12
- name: View poetry --help
run: |
poetry --help
poetry version
poetry run python --version
ls --all