Upd: Simplify GitHub actions

This commit is contained in:
Bojan Čekrlić 2022-04-13 13:30:05 +02:00
parent 18c6ac17ae
commit a74d681dd9
3 changed files with 0 additions and 20 deletions

View file

@ -11,9 +11,6 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/unit-tests
@ -23,9 +20,6 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/integration-tests
@ -35,8 +29,6 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/helm-chart-tests

View file

@ -11,8 +11,6 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/unit-tests
@ -22,8 +20,6 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/integration-tests
@ -33,8 +29,6 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/helm-chart-tests

View file

@ -11,8 +11,6 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/unit-tests
@ -22,8 +20,6 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/integration-tests
Helm_chart_Tests:
@ -32,8 +28,6 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/helm-chart-tests