Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
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
vicotor
ethereum-package
Commits
a4552130
Unverified
Commit
a4552130
authored
Oct 30, 2023
by
Gyanendra Mishra
Committed by
GitHub
Oct 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: skip mix-with-tools-mev.yaml on GitHub actions (#349)
parent
25e0d8a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
nightly.yml
.github/workflows/nightly.yml
+7
-1
No files found.
.github/workflows/nightly.yml
View file @
a4552130
...
@@ -33,7 +33,12 @@ jobs:
...
@@ -33,7 +33,12 @@ jobs:
kurtosis analytics disable
kurtosis analytics disable
-
name
:
Run Starlark
-
name
:
Run Starlark
run
:
kurtosis run ${{ github.workspace }} --args-file ${{ matrix.file_name }}
run
:
|
if [ "${{ matrix.file_name }}" != "./.github/tests/mix-with-tools-mev.yaml" ]; then
kurtosis run ${{ github.workspace }} --args-file ${{ matrix.file_name }}
else
echo "Skipping ./.github/tests/mix-with-tools-mev.yaml"
fi
-
name
:
Notify
-
name
:
Notify
if
:
cancelled() || failure()
if
:
cancelled() || failure()
...
@@ -42,4 +47,5 @@ jobs:
...
@@ -42,4 +47,5 @@ jobs:
DISCORD_WEBHOOK
:
${{ secrets.DISCORD_WEBHOOK }}
DISCORD_WEBHOOK
:
${{ secrets.DISCORD_WEBHOOK }}
with
:
with
:
args
:
"
The
nightly
test
for
${{matrix.file_name}}
on
ethereum-package
has
failed
find
it
here
${{
github.server_url
}}/${{
github.repository
}}/actions/runs/${{
github.run_id
}}"
args
:
"
The
nightly
test
for
${{matrix.file_name}}
on
ethereum-package
has
failed
find
it
here
${{
github.server_url
}}/${{
github.repository
}}/actions/runs/${{
github.run_id
}}"
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