Skip to content

Commit

Permalink
Add sanity helm template run. (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty authored Apr 9, 2024
1 parent d68529b commit 312cb41
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI
on:
workflow_dispatch:
push:
branches: [main]
paths:
- "**.yaml"
pull_request:
branches: [main]
paths:
- "**.yaml"

jobs:
sanity:
runs-on: ubuntu-latest
name: helm-sanity debug
steps:
- uses: actions/checkout@v4
- uses: azure/[email protected]
- run: helm template mirrord-operator --set license.key=secret --debug

0 comments on commit 312cb41

Please sign in to comment.