Skip to content

Commit

Permalink
add artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
driftregion committed Dec 10, 2023
1 parent acbc7ba commit ab9840d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,14 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true

- name: build and run unit test
run: bazel test //test:all --test_tag_filters=-vcan

- name: upload artifacts
uses: actions/upload-artifact@v2
with:
name: artifacts
path: |
bazel-bin/iso14229.h
bazel-bin/iso14229.c

0 comments on commit ab9840d

Please sign in to comment.