Skip to content

Commit aeba3e0

Browse files
committed
needs test
1 parent f3ce912 commit aeba3e0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16+
test:
17+
uses: ./.github/workflows/test.yml
18+
1619
docker:
20+
needs: test
1721
runs-on: ubuntu-latest
1822
steps:
1923
- name: Checkout
@@ -97,6 +101,7 @@ jobs:
97101
args: "<@&1128857090090340382> New Release: {{ EVENT_PAYLOAD.repository.full_name }} v${{ steps.package-version.outputs.current-version }} has been deployed. Here are the changes: https://github.com/{{ EVENT_PAYLOAD.repository.full_name }}/releases/tag/${{ steps.package-version.outputs.current-version }}"
98102

99103
sonarcloud:
104+
needs: test
100105
if: github.ref == 'refs/heads/develop'
101106
runs-on: ubuntu-latest
102107
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [develop, master]
66
pull_request:
77
branches: [develop, master]
8+
workflow_call:
89

910
concurrency:
1011
group: test-${{ github.ref }}

0 commit comments

Comments
 (0)