Skip to content

Commit

Permalink
Merges artifact code
Browse files Browse the repository at this point in the history
  • Loading branch information
filipefurtad0 committed Aug 5, 2024
1 parent a83d020 commit babbe0c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,3 +476,13 @@ jobs:

- name: Run jest tests
run: yarn jest

merge:
runs-on: ubuntu-latest
needs: upload
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: all-my-files
pattern: my-artifact-*

0 comments on commit babbe0c

Please sign in to comment.