Skip to content

.github/workflows/contracts.yml #11

.github/workflows/contracts.yml

.github/workflows/contracts.yml #11

Workflow file for this run

name: Contracts
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
uses: actions/setup-node@v3
- run: |
cd contracts
npm ci
- name: Run Tests
run: |
cd contracts
<<<<<<< HEAD

Check failure on line 23 in .github/workflows/contracts.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/contracts.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
npx hardhat node & npx hardhat test
=======
npx hardhat test
>>>>>>> fec83a747ead213261aecfaf4a01b43fff9731ee