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
8c6bcd5d
Unverified
Commit
8c6bcd5d
authored
4 years ago
by
xgui3783
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #862 from HumanBrainProject/debug_gha
fix github actions
parents
0323a2a6
c4239963
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/e2e.yml
+4
-1
4 additions, 1 deletion
.github/workflows/e2e.yml
e2e/src/selecting/template.prod.e2e-spec.js
+3
-2
3 additions, 2 deletions
e2e/src/selecting/template.prod.e2e-spec.js
with
7 additions
and
3 deletions
.github/workflows/e2e.yml
+
4
−
1
View file @
8c6bcd5d
...
...
@@ -54,6 +54,9 @@ jobs:
PPTR_VERSION
:
"
5.3.1"
CHROMIUM_VERSION
:
"
86.0.4240.0"
outputs
:
failure-state
:
${{ steps.failure-state-step.FAILURE_STATE }}
steps
:
-
uses
:
actions/checkout@v2
with
:
...
...
@@ -99,7 +102,7 @@ jobs:
steps
:
-
name
:
update badge
run
:
|
[[ '${{ needs.e2e.
step
s.failure-state
-step.outputs.FAILURE_STATE
}}' = 'true' ]] && state=failure || state=success &&
[[ '${{ needs.e2e.
output
s.failure-state }}' = 'true' ]] && state=failure || state=success &&
curl -v \
-X POST \
-H "Authorization: Token ${{ secrets.WORKFLOW_TOKEN }}" \
...
...
This diff is collapsed.
Click to expand it.
e2e/src/selecting/template.prod.e2e-spec.js
+
3
−
2
View file @
8c6bcd5d
...
...
@@ -57,7 +57,7 @@ describe('templates > ', () => {
})
})
describe
(
'
> switching template
>
'
,
()
=>
{
describe
(
'
> switching template
'
,
()
=>
{
beforeEach
(
async
()
=>
{
await
iavPage
.
goto
()
...
...
@@ -77,7 +77,8 @@ describe('templates > ', () => {
await
iavPage
.
setAtlasSpecifications
(
atlasName
,
[
tNameColin
])
await
iavPage
.
wait
(
500
)
await
iavPage
.
waitUntilAllChunksLoaded
()
await
iavPage
.
wait
(
500
)
const
isActive
=
await
iavPage
.
atlasTileIsActive
(
tNameColin
)
expect
(
isActive
.
toString
()).
toEqual
(
'
true
'
)
...
...
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