Skip to content

Commit

Permalink
Testing validation of deployment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Sep 18, 2024
1 parent 2af7362 commit aabf196
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test-settings-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Test Settings Validation at PR Level
on:
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: access-nri/build-cd
ref: 123-spack-config-in-settings-file

- uses: access-nri/build-cd/.github/actions/validate-deployment-settings@123-spack-config-in-settings-file
with:
settings-path: ./config/settings.json
target: Gadi

0 comments on commit aabf196

Please sign in to comment.