mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 22:44:59 +08:00
Upd: Simplify GitHub actions
This commit is contained in:
parent
26a784ec68
commit
48a752b344
2 changed files with 2 additions and 0 deletions
1
.github/actions/helm-chart-tests/action.yaml
vendored
1
.github/actions/helm-chart-tests/action.yaml
vendored
|
@ -5,4 +5,5 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Run HELM chart tests
|
- name: Run HELM chart tests
|
||||||
|
shell: bash
|
||||||
run: ./helm/tests.sh
|
run: ./helm/tests.sh
|
||||||
|
|
1
.github/actions/unit-tests/action.yaml
vendored
1
.github/actions/unit-tests/action.yaml
vendored
|
@ -5,4 +5,5 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
|
shell: bash
|
||||||
run: ./unit-tests.sh
|
run: ./unit-tests.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue