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: [
|
needs: [
|
||||||
test-build
|
test-build
|
||||||
]
|
]
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
|
|
@ -43,6 +45,8 @@ jobs:
|
||||||
needs: [
|
needs: [
|
||||||
test-lint
|
test-lint
|
||||||
]
|
]
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run unit tests with coverage
|
- name: Run unit tests with coverage
|
||||||
|
|
@ -54,6 +58,8 @@ jobs:
|
||||||
needs: [
|
needs: [
|
||||||
test-lint
|
test-lint
|
||||||
]
|
]
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run e2e soundcloud tests with coverage
|
- name: Run e2e soundcloud tests with coverage
|
||||||
|
|
@ -65,6 +71,8 @@ jobs:
|
||||||
needs: [
|
needs: [
|
||||||
test-lint
|
test-lint
|
||||||
]
|
]
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run e2e youtube tests with coverage
|
- name: Run e2e youtube tests with coverage
|
||||||
|
|
@ -76,6 +84,8 @@ jobs:
|
||||||
needs: [
|
needs: [
|
||||||
test-lint
|
test-lint
|
||||||
]
|
]
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run e2e plugin tests with coverage
|
- name: Run e2e plugin tests with coverage
|
||||||
|
|
@ -90,7 +100,6 @@ jobs:
|
||||||
test-youtube,
|
test-youtube,
|
||||||
test-plugins
|
test-plugins
|
||||||
]
|
]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue