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 fc0593b commit fad1e69Copy full SHA for fad1e69
.github/workflows/testingfarm-unit.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
ref: ${{ github.event.pull_request.head.sha }}
33
- name: Run the tests
34
- uses: sclorg/testing-farm-as-github-action@v3
+ uses: sclorg/testing-farm-as-github-action@v4
35
36
compose: Fedora-40
37
tmt_plan_regex: "/plans/unit-go"
.github/workflows/testingfarm.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
tmt_plan_regex: "/plans/integration"
0 commit comments