Skip to content

Add app template gitignore with patterns that packager will ignore fo… #10

Add app template gitignore with patterns that packager will ignore fo…

Add app template gitignore with patterns that packager will ignore fo… #10

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- name: Checkout actions
uses: actions/checkout@v3
- name: Init environment
uses: ./.github/actions/init-environment
- name: Run tests
run: pytest