Skip to content

Commit

Permalink
Merge pull request #68 from Optum/feat/workflowupdate
Browse files Browse the repository at this point in the history
ci: refactor workflows
  • Loading branch information
aksmo committed Mar 7, 2024
2 parents 5f78226 + 4c27276 commit caeac38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 47 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand All @@ -23,9 +20,8 @@ jobs:
run: |
rm -rf ./reports && mkdir ./reports;
gotestsum --format standard-verbose --junitfile ./reports/junit.xml --raw-command -- go test -parallel 5 --json ./...;
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v4
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2.15.1
with:
name: Unit Test Results
path: reports/*.xml
commit: ${{ github.event.workflow_run.head_sha }}
files: "reports/*.xml"
39 changes: 0 additions & 39 deletions .github/workflows/unit-test-results.yml

This file was deleted.

0 comments on commit caeac38

Please sign in to comment.