Skip to content

Commit

Permalink
helm chart update
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Apr 23, 2024
1 parent 19571b1 commit d9c0348
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/helm-chart-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: ui tests

on:
push:
paths:
- '**'

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Helm
run: |
helm help

0 comments on commit d9c0348

Please sign in to comment.