kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #1226 from manics/fix-test-reproductions
Fix tests/external/reproductions.repos.yamlpull/1229/head
commit
c6318105d2
|
@ -12,12 +12,12 @@
|
|||
# Test that a full remote/ref works
|
||||
- name: Binder Examples - Requirements
|
||||
url: https://github.com/binder-examples/requirements
|
||||
ref: origin/master
|
||||
ref: origin/main
|
||||
verify: python -c 'import matplotlib'
|
||||
# Test that ref is added to branch if not present
|
||||
- name: Binder Examples - Requirements
|
||||
url: https://github.com/binder-examples/requirements
|
||||
ref: master
|
||||
ref: main
|
||||
verify: python -c 'import matplotlib'
|
||||
# Test that tags work + ref is added to tag if not present
|
||||
- name: Binder Examples - Requirements
|
||||
|
|
Ładowanie…
Reference in New Issue