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
2f84b659
Unverified
Commit
2f84b659
authored
Oct 08, 2021
by
elenadimitrova
Committed by
Kelvin Fichter
Nov 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken test command to build integration contracts
which is no longer build:integration but just build
parent
a90ecb97
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
sync-tests.yml
.github/workflows/sync-tests.yml
+1
-1
CONTRIBUTING.md
CONTRIBUTING.md
+1
-1
README.md
integration-tests/README.md
+1
-1
No files found.
.github/workflows/sync-tests.yml
View file @
2f84b659
...
...
@@ -54,7 +54,7 @@ jobs:
working-directory
:
./integration-tests
run
:
|
yarn
yarn build
:integration
yarn build
yarn test:sync
-
name
:
Collect docker logs on failure
...
...
CONTRIBUTING.md
View file @
2f84b659
...
...
@@ -189,7 +189,7 @@ Build and run the integration tests:
```
bash
cd
integration-tests
yarn build
:integration
yarn build
yarn
test
:integration
```
#### Running contract static analysis
...
...
integration-tests/README.md
View file @
2f84b659
...
...
@@ -6,7 +6,7 @@ Follow installation + build instructions in the [primary README](../README.md).
Then, run:
```
bash
yarn build
:integration
yarn build
```
## Running tests
...
...
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