no ffmpeg cache
This commit is contained in:
parent
dad04ce170
commit
e1c7376c0c
1 changed files with 0 additions and 24 deletions
24
.github/workflows/ci.yaml
vendored
24
.github/workflows/ci.yaml
vendored
|
|
@ -23,7 +23,6 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y --download-only ffmpeg
|
|
||||||
python -m venv /opt/env
|
python -m venv /opt/env
|
||||||
source /opt/env/bin/activate
|
source /opt/env/bin/activate
|
||||||
pip install -e .[lint,test]
|
pip install -e .[lint,test]
|
||||||
|
|
@ -32,11 +31,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: /opt/env
|
path: /opt/env
|
||||||
key: ${{github.sha}}-env
|
key: ${{github.sha}}-env
|
||||||
- name: Save ffmpeg download cache
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: /var/cache/apt/archives
|
|
||||||
key: ${{github.sha}}-ffmpeg
|
|
||||||
|
|
||||||
test-lint:
|
test-lint:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
@ -99,12 +93,6 @@ jobs:
|
||||||
path: /opt/env
|
path: /opt/env
|
||||||
key: ${{github.sha}}-env
|
key: ${{github.sha}}-env
|
||||||
|
|
||||||
- name: Restore ffmpeg cache
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: /var/cache/apt/archives
|
|
||||||
key: ${{github.sha}}-ffmpeg
|
|
||||||
|
|
||||||
- name: Run e2e soundcloud tests with coverage
|
- name: Run e2e soundcloud tests with coverage
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y ffmpeg
|
sudo apt-get install -y ffmpeg
|
||||||
|
|
@ -132,12 +120,6 @@ jobs:
|
||||||
path: /opt/env
|
path: /opt/env
|
||||||
key: ${{github.sha}}-env
|
key: ${{github.sha}}-env
|
||||||
|
|
||||||
- name: Restore ffmpeg cache
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: /var/cache/apt/archives
|
|
||||||
key: ${{github.sha}}-ffmpeg
|
|
||||||
|
|
||||||
- name: Run e2e youtube tests with coverage
|
- name: Run e2e youtube tests with coverage
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y ffmpeg
|
sudo apt-get install -y ffmpeg
|
||||||
|
|
@ -165,12 +147,6 @@ jobs:
|
||||||
path: /opt/env
|
path: /opt/env
|
||||||
key: ${{github.sha}}-env
|
key: ${{github.sha}}-env
|
||||||
|
|
||||||
- name: Restore ffmpeg cache
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: /var/cache/apt/archives
|
|
||||||
key: ${{github.sha}}-ffmpeg
|
|
||||||
|
|
||||||
- name: Run e2e plugin tests with coverage
|
- name: Run e2e plugin tests with coverage
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y ffmpeg
|
sudo apt-get install -y ffmpeg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue