Skip to content

PR Tests

PR Tests #3

Workflow file for this run

name: PR Tests
on:
pull_request:
branches:
- main
schedule:
- cron: 0 0 * * *
jobs:
validate-radixconfig:
name: Test RadixConfig
runs-on: ubuntu-latest
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