Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
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
frontend
Commits
4f5c1ecc
Commit
4f5c1ecc
authored
Oct 14, 2022
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete test workflow
parent
d5b63d33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
24 deletions
+2
-24
playwright.yml
.github/workflows/playwright.yml
+2
-1
test.yml
.github/workflows/test.yml
+0
-23
No files found.
.github/workflows/playwright.yml
View file @
4f5c1ecc
name
:
p
laywright
name
:
P
laywright
on
:
[
pull_request
]
jobs
:
test
:
name
:
Run components visual tests
runs-on
:
ubuntu-latest
container
:
image
:
mcr.microsoft.com/playwright:v1.27.0-focal
...
...
.github/workflows/test.yml
deleted
100644 → 0
View file @
d5b63d33
name
:
Test workflow
on
:
workflow_run
:
workflows
:
[
"
Linters"
]
types
:
-
completed
jobs
:
on-success
:
if
:
${{ github.event.workflow_run.conclusion == 'success' }}
name
:
Test depended workflow
runs-on
:
ubuntu-latest
steps
:
-
name
:
Print result
run
:
echo Success
on-error
:
if
:
${{ github.event.workflow_run.conclusion == 'failure' }}
name
:
Test depended workflow
runs-on
:
ubuntu-latest
steps
:
-
name
:
Print result
run
:
echo Failure
\ No newline at end of file
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