Skip to content

Commit

Permalink
CI is not failing when tests do not pass
Browse files Browse the repository at this point in the history
  • Loading branch information
lcallarec committed Jan 7, 2024
1 parent f1ba79f commit a3cc06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
ninja -C build
- name: Run tests
run: |
meson test -C build --wrapper="xvfb-run --auto-servernum --server-num=1" || [[ -f /home/runner/work/live-chart/live-chart/build/meson-logs/testlog-xvfb-run.txt ]] && cat /home/runner/work/live-chart/live-chart/build/meson-logs/testlog-xvfb-run.txt
meson test -C build --wrapper="xvfb-run --auto-servernum --server-num=1" || [[ -f /home/runner/work/live-chart/live-chart/build/meson-logs/testlog-xvfb-run.txt ]] && cat /home/runner/work/live-chart/live-chart/build/meson-logs/testlog-xvfb-run.txt && exit 1
- name: Send coverage report
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit a3cc06f

Please sign in to comment.