Skip to content

Commit

Permalink
Upload 3rd-party build artifacts for inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Nov 20, 2024
1 parent f582089 commit 73c8a01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Build 3rd-party deps
run: make 3rdparty-all

- name: Upload 3rd-party build artifacts
uses: actions/upload-artifact@v4
with:
name: 3rdparty
path: _3rdparty/tgt

- name: Run unit tests
run: make unit-test

Expand Down Expand Up @@ -51,6 +57,12 @@ jobs:
- name: Build 3rd-party deps
run: gmake 3rdparty-all

- name: Upload 3rd-party build artifacts
uses: actions/upload-artifact@v4
with:
name: 3rdparty
path: _3rdparty/tgt

- name: Run unit tests
run: gmake unit-test

Expand Down

0 comments on commit 73c8a01

Please sign in to comment.