Replaced old test CI with generic CI #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test model build | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
push: | ||
branches: | ||
- "master" | ||
jobs: | ||
build: | ||
name: Build ${{ github.repository }} via spack | ||
uses: access-nri/build-ci/.github/workflows/build-package.yml@main | ||
Check failure on line 13 in .github/workflows/model-build-test-ci.yml GitHub Actions / Test model buildInvalid workflow file
|
||
permissions: | ||
packages: read |