Skip to content

Commit

Permalink
Removed check of existence of coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes committed Nov 1, 2023
1 parent e2128e8 commit 6feefa9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ jobs:
files: "/home/runner/work/vplanet/vplanet/junit/test-results.xml"
fail: true

- name: Check test ouptut created
id: check_coverage_file
uses: andstor/file-existence-action@v2
with:
files: "/home/runner/work/vplanet/vplanet/coverage"
fail: true

- name: Get unique id
uses: Tiryoh/gha-jobid-action@v1
id: jobs
Expand Down

0 comments on commit 6feefa9

Please sign in to comment.