Skip to content

Removed some redundant commented parts, improved aesthetics #190

Removed some redundant commented parts, improved aesthetics

Removed some redundant commented parts, improved aesthetics #190

name: Run Tests (light)
on:
workflow_dispatch:
push:
branches-ignore:
- main
- develop
- docs
jobs:
Prepare:
permissions:
contents: read
packages: write
uses: ascot4fusion/ascot5/.github/workflows/build.yaml@main
Testing:
needs: Prepare
uses: ascot4fusion/ascot5/.github/workflows/tests.yaml@main
with:
run_unit_tests: true