Skip to content

[Snyk] Upgrade hardhat-deploy from 0.11.45 to 0.12.4 #8

[Snyk] Upgrade hardhat-deploy from 0.11.45 to 0.12.4

[Snyk] Upgrade hardhat-deploy from 0.11.45 to 0.12.4 #8

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
- develop
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node 20
uses: actions/setup-node@v2
with:
node-version: 20.x
- name: Setup envs
run: cp .env.example .env && source .env
- name: Install
run: yarn
- name: Compile contracts
run: yarn compile
- name: Testing
run: yarn test