Skip to content

Update version to 1.2.8 prior to master promotion #8

Update version to 1.2.8 prior to master promotion

Update version to 1.2.8 prior to master promotion #8

name: ApplicationTesting
on:
push:
branches:
- master
workflow_dispatch:
jobs:
ApplicationTesting:
name: Application Tests
runs-on: ${{ matrix.os }}
defaults: # Required for conda environment activation
run:
shell: bash -el {0}
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
steps:
- name: ⏬ Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
- name: 🔧 Setup Environment
uses: ./.github/actions/SetupEnvironment
- name: 📑 Capture Environment
run: |
mamba info
mamba list
- name: 🧪 Run Tests
run: |
python -m unittest Tests.test_sample_data