Skip to content

Dev beginning reading and writing opk file #3

Dev beginning reading and writing opk file

Dev beginning reading and writing opk file #3

Workflow file for this run

name: unitary_test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-shutil
- name: Run tests with pytest
with:
environment-file: environment.yml
run: python3 -m pytest -s ./test -v

Check failure on line 27 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / unitary_test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 27, Col: 7): Unexpected value 'run' .github/workflows/test.yml (Line: 24, Col: 7): Required property is missing: uses