Skip to content

Commit

Permalink
Working on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 9, 2024
1 parent 9f06ca5 commit 483b83f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,18 @@ jobs:
with:
name: repo-${{ matrix.version }}
path: repo

merge-repos:
runs-on: ubuntu-latest

process-test-data:
runs-on: ubuntu-latest
needs: unit-test
if: success() || failure()
steps:
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
path: repo
merge-multiple: true
- run: find

0 comments on commit 483b83f

Please sign in to comment.