Skip to content

Commit f61c473

Browse files
committed
test333
1 parent 1afe1f5 commit f61c473

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/testing-vars.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@ jobs:
3737
timeout-minutes: 5
3838
strategy:
3939
matrix:
40-
runner: [ubuntu-24.04-arm, ubuntu-24.04]
40+
#runner: [ubuntu-24.04-arm, ubuntu-24.04]
41+
runner: [ ubuntu-24.04]
4142

4243
steps:
4344

45+
- name: Test reusable
46+
uses: ./.github/workflows/actions/testing-reusable.yml
47+
4448
- name: Login to Docker Hub
4549
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 ## v3.3.0
4650
with:

0 commit comments

Comments
 (0)