Skip to content

Commit

Permalink
Attempting CI migration. Testing fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iluvmagick committed Feb 15, 2024
1 parent 1c5d92a commit 7d1d0b5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pull-request-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
handle-syncwith:
name: Call Reusable SyncWith Handler
uses: NilFoundation/ci-cd/.github/workflows/reusable-handle-syncwith.yml@v1.2.0
uses: Iluvmagick/ci-cd/.github/workflows/reusable-handle-syncwith.yml
with:
ci-cd-ref: 'v1.2.0'
secrets: inherit
Expand All @@ -20,24 +20,22 @@ jobs:
name: Linux Reusable Crypto3 Testing
needs:
- handle-syncwith
uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-linux.yml@v1.2.0
uses: Iluvmagick/ci-cd/.github/workflows/reusable-crypto3-testing-linux.yml

secrets: inherit
with:
submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }}

targets: ${{ inputs.targets }}
targets: ${{ inputs.targets }}

matrix-test-mac:
name: Mac Reusable Crypto3 Testing
needs:
- handle-syncwith
uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-mac.yml@v1.2.0
uses: Iluvmagick/ci-cd/.github/workflows/reusable-crypto3-testing-mac.yml

secrets: inherit
with:
submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }}

# TODO(martun): fix this sometime soon. All the targets must work on mac.
targets: crypto3_zk_math_expression_test # ${{ inputs.targets }}
targets: ${{ inputs.targets }}

0 comments on commit 7d1d0b5

Please sign in to comment.