Skip to content

Commit 46df564

Browse files
committed
test222
1 parent cbf3c63 commit 46df564

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/testing-vars.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ on:
3232

3333
jobs:
3434

35+
testing-reusable:
36+
name: Reusable Test
37+
uses: ./.github/workflows/testing-reusable.yml
38+
3539
Build:
40+
needs: [ testing-reusable ]
3641
runs-on: ${{ matrix.runner }}
3742
timeout-minutes: 5
3843
strategy:
@@ -41,17 +46,6 @@ jobs:
4146
runner: [ ubuntu-24.04]
4247

4348
steps:
44-
- name: checkout
45-
uses: actions/checkout@v4
46-
47-
- name: debug
48-
run: |
49-
pwd
50-
find . -ls
51-
52-
- name: Test reusable in main branch
53-
uses: ./.github/workflows/testing-reusable.yml
54-
5549
- name: Login to Docker Hub
5650
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 ## v3.3.0
5751
with:

0 commit comments

Comments
 (0)