Skip to content

Commit

Permalink
Remove exit from CIWflowServer
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Feb 21, 2024
1 parent be9f84b commit 2a15954
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CIWflowServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ jobs:
continue-on-error: true
run: >
julia --color=yes --project=server -e 'using Pkg; Pkg.test("WflowServer", coverage=true)'
&& echo "TESTS_SUCCESSFUL=true" >> $GITHUB_ENV
shell: bash
- name: Exit if tests failed
if: ${{ env.TESTS_SUCCESSFUL != 'true' }}
run: exit 1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 2a15954

Please sign in to comment.