We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afe1f5 commit f61c473Copy full SHA for f61c473
.github/workflows/testing-vars.yml
@@ -37,10 +37,14 @@ jobs:
37
timeout-minutes: 5
38
strategy:
39
matrix:
40
- runner: [ubuntu-24.04-arm, ubuntu-24.04]
+ #runner: [ubuntu-24.04-arm, ubuntu-24.04]
41
+ runner: [ ubuntu-24.04]
42
43
steps:
44
45
+ - name: Test reusable
46
+ uses: ./.github/workflows/actions/testing-reusable.yml
47
+
48
- name: Login to Docker Hub
49
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 ## v3.3.0
50
with:
0 commit comments