Skip to content

Cellarium CAS Repository Update Workflow #13

Cellarium CAS Repository Update Workflow

Cellarium CAS Repository Update Workflow #13

Workflow file for this run

name: Cellarium CAS Repository Update Workflow
on: [push, workflow_dispatch]
jobs:
unit-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ '3.7', '3.8', '3.9', '3.10' ]
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/unit-tests
env:
TEST_API_TOKEN: ${{ secrets.TEST_API_TOKEN }}
with:
python-version: ${{ matrix.python-version }}