Skip to content

Commit

Permalink
add pr test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 6, 2024
1 parent 0d8d884 commit 28fc8d6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/radix-web-console-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,27 @@ jobs:
validate-radixconfig:
name: Test RadixConfig
runs-on: ubuntu-latest
strategy:
matrix:
env:
- dev
- c2
- playground
- platform
steps:
- name: 'Fake TOKEN FOR RADIX CLI'
run: echo "APP_SERVICE_ACCOUNT_TOKEN=dummy" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: 'Validate'
uses: equinor/radix-github-actions@v1
with:
args: validate radix-config --config-file radixconfig.yaml
args: validate radix-config --config-file radixconfig.${{matrix.env}}.yaml

verify-code-generation:
name: Verify Code Generation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify Code Generation
run: |
make verify-generate

0 comments on commit 28fc8d6

Please sign in to comment.