Commit 8e5d6bce authored by Nicolas "Norswap" Laurent's avatar Nicolas "Norswap" Laurent Committed by norswap

make CI consistent with build system changes

parent 1d48557d
...@@ -9,12 +9,11 @@ jobs: ...@@ -9,12 +9,11 @@ jobs:
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Toolchain (Node, Yarn and Make) - name: Install Toolchain (Node and Make)
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y --no-install-recommends install nodejs npm make sudo apt-get -y --no-install-recommends install nodejs npm make
npm install --global yarn
- name: Install Dependencies - name: Install Dependencies
run: make yarn run: make nodejs
- name: Hardhat Test - name: Hardhat Test
run: make test_contracts run: make test_contracts
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment