We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798f251 commit b3040ccCopy full SHA for b3040cc
.github/workflows/submit-HEAD-coverage.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install testing-farm script
15
run: pip3 -v install tft-cli
16
- name: Run tests on Testing Farm
17
- run: testing-farm request --context distro=fedora-39 --arch x86_64 --compose Fedora-39 --plan '/e2e' -e UPLOAD_COVERAGE=1 2>&1 | tee tt_output
+ run: testing-farm request --context distro=fedora-41 --arch x86_64 --compose Fedora-41 --plan '/e2e' -e UPLOAD_COVERAGE=1 2>&1 | tee tt_output
18
env:
19
TESTING_FARM_API_TOKEN: ${{ secrets.TESTING_FARM_API_TOKEN }}
20
- name: Find PR Packit tests to finish and download e2e_coverage.txt and upstream_coverage.xml coverage files.
0 commit comments