Skip to content

Commit

Permalink
Redo test (#11)
Browse files Browse the repository at this point in the history
* CI overhaul

Modified build system to allow forked PRs to run smoothly.

* Added artifact for test results

* Changed wording in README.md

* changed pipeline

* Added code checkout
  • Loading branch information
mconfalonieri authored Nov 21, 2023
1 parent c70ad37 commit 6a012ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ jobs:
report:
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Git Fetch
run: git fetch --force --tags
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Run Unit Tests
run: make unit-test
- name: Upload Reports
Expand Down

0 comments on commit 6a012ca

Please sign in to comment.