Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
3e256794
Unverified
Commit
3e256794
authored
4 years ago
by
xgui3783
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #875 from HumanBrainProject/debug_fixGha
debug github actions
parents
a857f59c
1e9d4ee4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/e2e.yml
+2
-2
2 additions, 2 deletions
.github/workflows/e2e.yml
with
2 additions
and
2 deletions
.github/workflows/e2e.yml
+
2
−
2
View file @
3e256794
...
...
@@ -55,7 +55,7 @@ jobs:
CHROMIUM_VERSION
:
"
86.0.4240.0"
outputs
:
failure-state
:
${{ steps.failure-state-step.
FAILURE_STATE
}}
failure-state
:
${{ steps.failure-state-step.
outputs.failure-state
}}
steps
:
-
uses
:
actions/checkout@v2
...
...
@@ -73,7 +73,7 @@ jobs:
-
name
:
Set output when workflow fails
if
:
failure()
run
:
echo '::set-output name=
FAILURE_STATE
::true'
run
:
echo '::set-output name=
failure-state
::true'
id
:
failure-state-step
-
name
:
Define screenshot artefact
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment