1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

Fail workflow on failed join_reports

Fixes https://github.com/psychopy/psychojs_testing/issues/7
This commit is contained in:
tpronk 2021-07-27 11:20:52 +02:00 committed by GitHub
parent a814c972aa
commit 25f8c480a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,6 @@ jobs:
name: Join reports
needs: [tests]
runs-on: ubuntu-latest
continue-on-error: true
steps:
# START: install psychojs_testing
- name: Checkout psychojs_testing