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
3d990967
Unverified
Commit
3d990967
authored
Apr 20, 2023
by
OptimismBot
Committed by
GitHub
Apr 20, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5489 from ethereum-optimism/willc/atst-ci
test(ci): Add circleci for atst
parents
b7b4c386
1aab0a3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
1 deletion
+43
-1
config.yml
.circleci/config.yml
+43
-1
No files found.
.circleci/config.yml
View file @
3d990967
...
...
@@ -660,6 +660,45 @@ jobs:
command
:
npx depcheck
working_directory
:
integration-tests
atst-tests
:
docker
:
-
image
:
ethereumoptimism/ci-builder:latest
resource_class
:
large
steps
:
-
checkout
-
attach_workspace
:
{
at
:
'
.'
}
-
check-changed
:
patterns
:
atst,contracts-periphery
-
restore_cache
:
name
:
Restore Yarn Package Cache
keys
:
-
yarn-packages-v2-{{ checksum "yarn.lock" }}
-
run
:
name
:
anvil
background
:
true
command
:
anvil --fork-url $ANVIL_L2_FORK_URL_MAINNET --fork-block-number
92093723
-
run
:
name
:
build
command
:
yarn build
working_directory
:
packages/atst
-
run
:
name
:
typecheck
command
:
yarn typecheck
working_directory
:
packages/atst
-
run
:
name
:
lint
command
:
yarn lint:check
working_directory
:
packages/atst
-
run
:
name
:
make sure anvil is up
command
:
npx wait-on tcp:8545 && cast block-number --rpc-url http://localhost:8545
-
run
:
name
:
test
command
:
yarn test
no_output_timeout
:
5m
working_directory
:
packages/atst
go-lint
:
parameters
:
module
:
...
...
@@ -1094,6 +1133,9 @@ workflows:
-
op-bindings-build
:
requires
:
-
yarn-monorepo
-
atst-tests
:
requires
:
-
yarn-monorepo
-
js-lint-test
:
name
:
actor-tests-tests
coverage_flag
:
actor-tests-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