Skip to content

Workflow file for this run

name: Tests
# TODO: use proper rule
on:
push:
branches:
- '**'
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pwd
- run: ls
- run: python --version
- name: poetry
run: poetry

Check failure on line 19 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
continue-on-error: true
- name: pytest
run: pytest --help
continue-on-error: true