Skip to content

Commit

Permalink
Update run-standalone-mfos-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 authored Oct 8, 2024
1 parent 0fcf679 commit ca5ad74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-standalone-mfos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
INTENT: ${{ vars.INTENT }}
OPENRPC_PR_BRANCH: ${{ github.event.inputs.OPENRPC_PR_BRANCH}} # Comes from Repo A if triggered externally
run: |
./.github/workflows/util.sh runTests
./.github/workflows/utils.sh runTests
- name: Upload report.json as an artifact
uses: actions/upload-artifact@v4
Expand All @@ -47,4 +47,4 @@ jobs:

- name: Get results from report.json
run: |
./.github/workflows/util.sh getResults
./.github/workflows/util.sh getResults

0 comments on commit ca5ad74

Please sign in to comment.