Skip to content

fix: Update version pragma (SC-17030) #89

fix: Update version pragma (SC-17030)

fix: Update version pragma (SC-17030) #89

Workflow file for this run

name: Basic PR Tests
on: [pull_request]
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Install submodules
run: |
git config --global url."https://github.com/".insteadOf "[email protected]:"
git submodule update --init --recursive
- name: Run forge tests
run: ./test.sh -p deep