Skip to content

Build/Release testing #3

Build/Release testing

Build/Release testing #3

Workflow file for this run

name: "Build Testing"
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "20 1 * * mon"
workflow_dispatch:
defaults:
run:
shell: bash -l {0} # Login shell for conda
jobs:
tests:
name: "Testing on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
# TODO(teald): - macos-latest | Issue #39
steps:
- uses: "actions/checkout@v4"
- uses: abatilo/actions-poetry@v2
- uses: excitedleigh/[email protected]
- run: nox -t build_tests -x --verbose -- -xvv