Skip to content

Patch test

Patch test #1

Workflow file for this run

name: Test
on: [pull_request]
jobs:
ci:
uses: ./.github/workflows/_setup.yml

Check failure on line 7 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" -> "./.github/workflows/_setup.yml" : failed to fetch workflow: workflow was not found.
contract-test:
runs-on: ubuntu-latest
needs: ci
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: integration_test
run: yarn workspace contract test