Compare commits
2 Commits
develop
...
test-alex-
Author | SHA1 | Date |
---|---|---|
Alex | 2bbfbf7977 | |
Alex | 00ee6cce63 |
|
@ -3,6 +3,9 @@ name: "Frontend admin tests powered by Sauce Labs"
|
|||
|
||||
on: [push]
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
withplugins:
|
||||
name: with plugins
|
||||
|
|
|
@ -3,6 +3,9 @@ name: "Frontend tests powered by Sauce Labs"
|
|||
|
||||
on: [push]
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
withoutplugins:
|
||||
name: without plugins
|
||||
|
|
Loading…
Reference in New Issue