Skip to content

Commit

Permalink
Iteration 7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 23, 2023
1 parent 763febe commit 937224c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ jobs:
matrix:
# os: [debian11, debian12, ubuntu2004, ubuntu2204, ubuntu2304, fedora38, fedora37, fedora36]
# os: [debian11, fedora38]
os: [debian11]
os: [fedora37]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
cat ./test/output.html >> $GITHUB_STEP_SUMMARY
exit 1
./test/ci-runtests.sh ${{ matrix.os }}
- uses: actions/upload-artifact@v3
if: '!cancelled()'
Expand All @@ -46,7 +44,7 @@ jobs:
shell: bash -ieo pipefail {0}
run: |
cd test
cargo run --bin test-manager format-test-reports .ci-logs/*_report > output.html
cargo run --bin test-manager format-test-reports .ci-logs/*_report | tee output.html >> $GITHUB_STEP_SUMMARY
- uses: actions/upload-artifact@v3
with:
name: output.html
Expand Down

0 comments on commit 937224c

Please sign in to comment.