Skip to content

Commit 9ea524e

Browse files
committed
github: upload build artifact
Add a step to upload the build artifact after building the project. This will make it easy for people to test it without having to build it themselves.
1 parent f91242c commit 9ea524e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
with:
3131
directory: coverage
3232
- run: yarn build
33+
- uses: actions/upload-artifact@v6
34+
with:
35+
name: build-artifact
36+
path: build

0 commit comments

Comments
 (0)