Skip to content

chore(test): add test github workflow #4

chore(test): add test github workflow

chore(test): add test github workflow #4

Workflow file for this run

on:
pull_request:
branches: [ main ]
jobs:
test:
name: run contract tests
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Install dependencies
run: |
yarn global add truffle
- name: Run tests
run: yarn test