Skip to content

Poseidon refactor [SyncWith: crypto3-hash#136] #55

Poseidon refactor [SyncWith: crypto3-hash#136]

Poseidon refactor [SyncWith: crypto3-hash#136] #55

Workflow file for this run

name: PR Testing
on:
pull_request:
push:
branches:
- master
concurrency:
# In master we want to run for every commit, in other branches — only for the last one
group: ${{
( github.ref == 'refs/heads/master' && format('{0}/{1}/{2}', github.workflow, github.ref, github.sha) )
||
format('{0}/{1}', github.workflow, github.ref) }}
cancel-in-progress: true
jobs:
handle-syncwith:
name: Call Reusable SyncWith Handler
uses: NilFoundation/ci-cd/.github/workflows/reusable-handle-syncwith.yml@v1.2.0
with:
ci-cd-ref: 'v1.2.0'
secrets: inherit
test-linux:
name: Linux Reusable Crypto3 Testing
needs:
- handle-syncwith
uses: NilFoundation/crypto3/.github/workflows/reusable-submodule-testing-linux.yml@reusable-testing
secrets: inherit
with:
submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
check-names: |
hash-clang
test-mac:
name: Mac Reusable Crypto3 Testing
needs:
- handle-syncwith
uses: NilFoundation/crypto3/.github/workflows/reusable-submodule-testing-mac.yml@reusable-testing
secrets: inherit
with:
submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
check-names: |
hash-clang
publish-results:
name: Publish JUnit results
needs:
- test-linux
- test-mac
uses: NilFoundation/crypto3/.github/workflows/reusable-publish-result.yml@reusable-testing

Check failure on line 54 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "NilFoundation/crypto3/.github/workflows/reusable-publish-result.yml@reusable-testing" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit