Skip to content

Commit

Permalink
allow reading journal to fail and fix version of coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 3, 2023
1 parent 62519c7 commit 39d4dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
run: podman exec dinstaller ls -l /var/run/dbus/system_bus_socket

- name: show journal
run: podman exec dinstaller journalctl -b
run: podman exec dinstaller journalctl -b || echo "journal failed with $?"

- name: Install the frontend
run: podman exec dinstaller bash -c "ln -snfv /checkout/web/dist /usr/share/cockpit/d-installer"
Expand All @@ -300,7 +300,7 @@ jobs:
- name: Run the Playwright tests
# user authentication is not required when cockpit runs a local session
run: podman exec dinstaller bash -c "cd /checkout/playwright && SKIP_LOGIN=true npx playwright test --trace on"

- name: Upload the test results
uses: actions/upload-artifact@v3
# run even when the previous step fails
Expand All @@ -321,6 +321,6 @@ jobs:
steps:

- name: Coveralls Finished
uses: coverallsapp/github-action@1.2.4
uses: coverallsapp/github-action@v1
with:
parallel-finished: true

0 comments on commit 39d4dd6

Please sign in to comment.