Skip to content

Commit

Permalink
remove tap
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 23, 2024
1 parent 2862296 commit 56ed04d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,12 @@ jobs:
--debug \
--verbose \
--junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \
--tap=test.tap \
--shard ${{ matrix.shard }}/5 \
--changed-since HEAD^ \
--follow-dependencies \
--profile "+${{ matrix.profile }}" \
--filter ${{ matrix.filter }}
- uses: pcolby/tap-summary@v1
with:
path: >-
test.tap
- name: Output log on failure
if: failure()
run: |
Expand Down

0 comments on commit 56ed04d

Please sign in to comment.