Skip to content

Commit

Permalink
fix(github: test: merge): move source code to container path
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Aug 23, 2024
1 parent abd80c8 commit 339ce63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:

- uses: actions/checkout@v2

- name: move sourcecode to coverage location
run: mkdir -p /opt/app-build/ ; mv pikaur /opt/app-build/

- name: Download all results
uses: actions/download-artifact@v3
with:
Expand All @@ -56,7 +59,7 @@ jobs:

- name: Merge Results
run: |
ls -laho */ ; coverage combine coverage_*/*
coverage combine coverage_*/*
- name: Upload Coverage
run: |
Expand Down

0 comments on commit 339ce63

Please sign in to comment.