Upd: Simplify GitHub actions

This commit is contained in:
Bojan Čekrlić 2022-04-13 13:46:15 +02:00
parent 26a784ec68
commit 48a752b344
2 changed files with 2 additions and 0 deletions

View file

@ -5,4 +5,5 @@ runs:
using: "composite"
steps:
- name: Run HELM chart tests
shell: bash
run: ./helm/tests.sh

View file

@ -5,4 +5,5 @@ runs:
using: "composite"
steps:
- name: Run unit tests
shell: bash
run: ./unit-tests.sh