Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Teoh <albert@packsmith.io>
  • Loading branch information
Albert Teoh committed Jan 1, 2024
1 parent 80ac2b4 commit 40331a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests-go-tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit Tests on Go Tip

on:
push:
branches: [main, upload-test-report-1]
branches: [main]

# See https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
permissions: # added using https://github.com/step-security/secure-workflows
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci-unit-tests-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,8 @@ jobs:
- name: Download and Extract Artifacts
uses: dawidd6/action-download-artifact@v3
with:
# github-token: ${{ secrets.GH_PAT }} # token with actions:read permissions on target repo
run_id: ${{ github.event.workflow_run.id }}
# repository: actions/toolkit
# run-id: 1234
# run-id: ${{ github.event.workflow_run.id }}
path: artifacts
- name: Display structure of downloaded files
run: ls -R

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit Tests

on:
push:
branches: [main, upload-test-report-1]
branches: [main]

pull_request:
branches: [main]
Expand Down

0 comments on commit 40331a8

Please sign in to comment.