Skip to content

Commit

Permalink
Reremove test step
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Jul 26, 2024
1 parent 4fe8109 commit ded78f4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/deploy_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,6 @@ jobs:
run: |
opam exec -- dune build @src/fmt --auto-promote src --profile release
working-directory: ./source
- name: Run Tests
id: test
continue-on-error: true
run: |
make test > test_output
if [ $? -eq 0 ]; then
echo "::set-output name=tests_passed::true"
else
echo "::set-output name=tests_passed::false"
fi
working-directory: ./source
- name: Test Report
uses: dorny/test-reporter@v1
continue-on-error: true
with:
name: Test Report
path: junit_tests*.xml
reporter: java-junit
fail-on-error: true
working-directory: ./source
- name: Checkout the website build artifacts repo
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ded78f4

Please sign in to comment.