Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 24, 2024
1 parent 1b70126 commit 838d6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Agent Code Coverage
path: coverage/agent-linux.lcov
path: coverage

- name: Download Mythic coverage artifacts
uses: actions/download-artifact@v4
with:
name: Mythic Code Coverage
path: coverage/mythic.gocov
path: coverage

- name: Generate Mythic coverage html
working-directory: ${{ env.MYTHIC_CODE }}
Expand Down

0 comments on commit 838d6ca

Please sign in to comment.