read
This commit is contained in:
parent
b00f3eb9b6
commit
13f615994b
1 changed files with 10 additions and 1 deletions
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
|
|
@ -32,6 +32,8 @@ jobs:
|
|||
needs: [
|
||||
test-build
|
||||
]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Run linters
|
||||
|
|
@ -43,6 +45,8 @@ jobs:
|
|||
needs: [
|
||||
test-lint
|
||||
]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Run unit tests with coverage
|
||||
|
|
@ -54,6 +58,8 @@ jobs:
|
|||
needs: [
|
||||
test-lint
|
||||
]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Run e2e soundcloud tests with coverage
|
||||
|
|
@ -65,6 +71,8 @@ jobs:
|
|||
needs: [
|
||||
test-lint
|
||||
]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Run e2e youtube tests with coverage
|
||||
|
|
@ -76,6 +84,8 @@ jobs:
|
|||
needs: [
|
||||
test-lint
|
||||
]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Run e2e plugin tests with coverage
|
||||
|
|
@ -90,7 +100,6 @@ jobs:
|
|||
test-youtube,
|
||||
test-plugins
|
||||
]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue