Skip to content

Merge branch 'improve-cleanup-faucet-contracts' of https://github.com… #6

Merge branch 'improve-cleanup-faucet-contracts' of https://github.com…

Merge branch 'improve-cleanup-faucet-contracts' of https://github.com… #6

Workflow file for this run

name: Run Foundry Test with NPM
on: [push]
jobs:
test_foundry_npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Move to Smart Contracts folder
run: cd smart_contract
- name: NPM Clean Install
run: npm ci
- name: Run Forge Test
run: forge test