Skip to content

Commit 3abfe84

Browse files
authored
Merge pull request #95 from hydroshare/sblack-usu-patch-1
Create default target value of beta.hydroshare.org for test runner
2 parents 8a51eff + 7b0e1d9 commit 3abfe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-on-demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
inputs:
66
target:
77
description: 'HOST to target tests (default: beta.hydroshare.org).'
8+
default: 'beta.hydroshare.org'
89

910
jobs:
1011
build:
@@ -28,7 +29,6 @@ jobs:
2829
make install
2930
pip install .
3031
- name: Run Tests against target = ${{ github.event.inputs.target }}
31-
if: github.event.inputs.target != ''
3232
env:
3333
HYDRO_USERNAME: ${{ secrets.HYDRO_USERNAME }}
3434
HYDRO_PASSWORD: ${{ secrets.HYDRO_PASSWORD }}

0 commit comments

Comments
 (0)