Skip to content

Commit

Permalink
ci: update foresight steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Sep 28, 2022
1 parent 17bd41a commit 3b73481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
steps:
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
if: success() || failure()
with:
api_key: ${{ secrets.foresight_api_key }}

Expand All @@ -33,6 +34,7 @@ jobs:

- name: Analyze Test and/or Coverage Results
uses: runforesight/foresight-test-kit-action@v1
if: success() || failure()
with:
api_key: ${{ secrets.foresight_api_key }}
test_format: JUNIT
Expand Down

0 comments on commit 3b73481

Please sign in to comment.