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
f7d8f9cf
Unverified
Commit
f7d8f9cf
authored
Dec 06, 2023
by
Joshua Gutow
Committed by
GitHub
Dec 06, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8477 from ethereum-optimism/jg/proxyd_ci
CI: Fix proxyd store tests
parents
486bb30a
c01b77b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
config.yml
.circleci/config.yml
+4
-3
No files found.
.circleci/config.yml
View file @
f7d8f9cf
...
...
@@ -882,6 +882,7 @@ jobs:
default
:
this-package-does-not-exist
docker
:
-
image
:
<<pipeline.parameters.ci_builder_image>>
resource_class
:
medium
steps
:
-
checkout
-
check-changed
:
...
...
@@ -890,14 +891,14 @@ jobs:
name
:
Lint
command
:
make lint
working_directory
:
<<parameters.working_directory>>
-
store_test_results
:
path
:
/test-results
-
run
:
name
:
Test
command
:
|
mkdir -p /test-results
gotestsum
--junitfile /test-results/tests.xml
gotestsum
--format=standard-verbose --junitfile /test-results/tests.xml -- -parallel=2
working_directory
:
<<parameters.working_directory>>
-
store_test_results
:
path
:
/test-results
-
when
:
condition
:
equal
:
[
true
,
<<parameters.build>>
]
...
...
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