Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
8e5d6bce
Commit
8e5d6bce
authored
May 05, 2022
by
Nicolas "Norswap" Laurent
Committed by
norswap
May 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make CI consistent with build system changes
parent
1d48557d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
test_contracts.yml
.github/workflows/test_contracts.yml
+2
-3
No files found.
.github/workflows/test_contracts.yml
View file @
8e5d6bce
...
...
@@ -9,12 +9,11 @@ jobs:
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v3
-
name
:
Install Toolchain (Node
, Yarn
and Make)
-
name
:
Install Toolchain (Node and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install nodejs npm make
npm install --global yarn
-
name
:
Install Dependencies
run
:
make
yarn
run
:
make
nodejs
-
name
:
Hardhat Test
run
:
make test_contracts
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment