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
6b0304fc
Commit
6b0304fc
authored
Aug 10, 2021
by
elenadimitrova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove references to examples folder in GH workflow and readme
parent
b0c4cd12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
53 deletions
+2
-53
integration.yml
.github/workflows/integration.yml
+0
-50
CONTRIBUTING.md
CONTRIBUTING.md
+2
-3
No files found.
.github/workflows/integration.yml
View file @
6b0304fc
...
...
@@ -50,56 +50,6 @@ jobs:
working-directory
:
./ops
run
:
docker-compose run integration_tests
# Examples Tests
# - name: Test & deploy hardhat-example on Ethereum (regression)
# working-directory: ./examples/hardhat
# run: |
# yarn
# yarn deploy
# yarn test:integration
# - name: Test & deploy hardhat-example on Optimistic Ethereum
# working-directory: ./examples/hardhat
# run: |
# yarn deploy:ovm
# yarn test:integration:ovm
-
name
:
Test & deploy waffle-example on Ethereum (regression)
working-directory
:
./examples/waffle
run
:
|
yarn
yarn compile
yarn test:integration
-
name
:
Test & deploy waffle-example on Optimistic Ethereum
working-directory
:
./examples/waffle
run
:
|
yarn compile:ovm
yarn test:integration:ovm
-
name
:
Test & deploy truffle-example on Ethereum (regression)
working-directory
:
./examples/truffle
run
:
|
yarn
yarn compile
yarn test:integration
yarn deploy
-
name
:
Test & deploy truffle-example on Optimistic Ethereum
working-directory
:
./examples/truffle
run
:
|
yarn compile:ovm
yarn test:integration:ovm
yarn deploy:ovm
# - name: Test l1-l2-deposit-withdrawal example on Optimistic Ethereum with cross-domain message passing
# working-directory: ./examples/l1-l2-deposit-withdrawal
# run: |
# yarn
# yarn compile
# yarn compile:ovm
# yarn test:integration:ovm
-
name
:
Collect docker logs on failure
if
:
failure()
uses
:
jwalton/gh-docker-logs@v1
...
...
CONTRIBUTING.md
View file @
6b0304fc
...
...
@@ -3,12 +3,11 @@
**Please read our [general contributing guide](https://github.com/ethereum-optimism/.github/blob/master/CONTRIBUTING.md) before continuing**
These packages only require 1 reviewer (all other packages require 2 reviewers, unless the changes do not affect production or test code).
These packages only require 1 reviewer (all other packages require 2 reviewers, unless the changes do not affect production or test code).
-
packages/smock
-
packages/core-utils
-
packages/hardhat-ovm
-
packages/common-ts
-
examples
-
integration-tests
-
integration-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