Skip to content

Commit

Permalink
remove log publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Mar 9, 2024
1 parent df8cdce commit e1509a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
42 changes: 0 additions & 42 deletions .github/actions/publish-test-logs/action.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,3 @@ jobs:
- name: "Run unit tests"
run: hatch run unit-tests:all
shell: bash

- name: "Publish test logs"
uses: ./.github/actions/publish-test-logs
if: ${{ contains(github.event_name, 'workflow_') }}
with:
archive-type: "unit-test"
python-version: ${{ matrix.python-version }}
os: ${{ matrix.os }}

0 comments on commit e1509a4

Please sign in to comment.