Skip to content

Commit

Permalink
Debug workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Oct 8, 2024
1 parent d4ae67e commit f2d83e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ jobs:
--junitxml=pytest.xml
--cov-report=
--cov=acto
- name: ls debug
run: ls -al
- name: Get coverage report path
id: coverage_path
run: echo "COVERAGE_PATH={realpath .coverage.${{ github.sha }}.unittest}" >> GITHUB_OUTPUT
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: .coverage.${{ github.sha }}.unittest
path: .coverage.${{ github.sha }}.unittest
path: steps.coverage_path.outputs.COVERAGE_PATH
retention-days: 1
integration-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f2d83e3

Please sign in to comment.