Skip to content

Set git modules as the latest implementation and use rhinestone workflows with commit hash #74

Set git modules as the latest implementation and use rhinestone workflows with commit hash

Set git modules as the latest implementation and use rhinestone workflows with commit hash #74

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
build:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@e78620dc"
test:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@e78620dc"

Check failure on line 18 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@e78620dc" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
foundry-fuzz-runs: 5000
foundry-profile: "test"
match-path: "test/**/*.sol"