mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
S3 Bucket
This commit is contained in:
parent
a65a697ef5
commit
25f39bc124
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -55,10 +55,6 @@ jobs:
|
|||
- name: Install nose
|
||||
if: ${{ matrix.python-impl != 'jython' }}
|
||||
run: pip install nose
|
||||
- name: Install yb
|
||||
uses: yourbase/install-yb-action@v1
|
||||
- name: Build
|
||||
run: yb build
|
||||
- name: Install yourbase
|
||||
if: ${{ matrix.python-version == 3.9 }}
|
||||
run: pip install yourbase; pip install --force-reinstall coverage==6.1; pip install pytest
|
||||
|
@ -72,6 +68,10 @@ jobs:
|
|||
continue-on-error: ${{ matrix.ytdl-test-set == 'download' || matrix.python-impl == 'jython' }}
|
||||
env:
|
||||
YTDL_TEST_SET: ${{ matrix.ytdl-test-set }}
|
||||
AWS_S3_BUCKET: youtube-dl-test-123
|
||||
AWS_S3_ACCESS_KEY_ID: AKIA4YF2YHK3JVVABOT6
|
||||
AWS_SECRET_ACCESS_KEY: z5Pz9kuLDOL9dyLMmT3gJrpSiDOy1iJjomaCdKd9
|
||||
YOURBASE_REMOTE_CACHE: s3://youtube-dl-test-123/test
|
||||
run: ./devscripts/run_tests.${{ matrix.run-tests-ext }}
|
||||
flake8:
|
||||
name: Linter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue