Skip to content

Commit

Permalink
Add failing test for private repos
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Nov 16, 2023
1 parent ba8c0d9 commit e4bca69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: Install tests requirements
run: pip install -r tests/requirements.txt

- name: Configure audb repositories
run: cp tests/audb.yaml ~/.audb.yaml

- name: Test with pytest
run: python -m pytest

Expand Down
7 changes: 7 additions & 0 deletions tests/audb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repositories:
- name: data-public
backend: artifactory
host: https://audeering.jfrog.io/artifactory
- name: data-private
backend: artifactory
host: https://audeering.jfrog.io/artifactory

0 comments on commit e4bca69

Please sign in to comment.