mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-10 08:55:39 +08:00
Execute HELM chart tests on commit
This commit is contained in:
parent
6c6a587346
commit
b9a9fa55d7
2 changed files with 4 additions and 0 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
|||
version: latest
|
||||
- name: Run integration tests
|
||||
run: ./integration-tests.sh
|
||||
- name: Run HELM chart tests
|
||||
run: ./helm/tests.sh
|
||||
- name: Build master
|
||||
env:
|
||||
DOCKER_USERNAME: 'boky'
|
||||
|
|
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
|||
version: latest
|
||||
- name: Run integration tests
|
||||
run: ./integration-tests.sh
|
||||
- name: Run HELM chart tests
|
||||
run: ./helm/tests.sh
|
||||
- name: Run Buildx
|
||||
env:
|
||||
PLATFORMS: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le"
|
||||
|
|
Loading…
Reference in a new issue