File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 1- name : Experimental DataPusher+ Testing Run
1+ name : Automated DataPusher+ Testing Run
22on :
33 workflow_dispatch :
4- inputs :
5- datapusher_branch :
6- description : ' DataPusher+ branch or commit'
7- required : false
8- default : ' main'
9- type : string
10- testing_directory :
11- description : ' testing files directory'
12- required : true
13- default : ' quick'
14- type : string
154env :
16- FILES_DIR : ${{ github.event.inputs.testing_directory || 'main' }}
17- DATAPUSHER_BRANCH : ${{ github.event.inputs.datapusher_branch || ' main' }}
5+ FILES_DIR : " custom "
6+ DATAPUSHER_BRANCH : " main"
187 CKAN_VERSION : " 2.11"
198 POSTGRES_PASSWORD : postgres
209 CKAN_DB_PASSWORD : pass
2110 CKAN_SITE_URL : http://localhost:5000
2211 CKAN_SITE_ID : default
2312 CKAN_SITE_TITLE : " CKAN Test Instance"
13+ QSV_VER : " 7.1.0"
2414jobs :
2515 setup :
2616 runs-on : ubuntu-latest
@@ -124,7 +114,6 @@ jobs:
124114 run : |
125115 set -eu
126116 echo "Attempting to download static qsv musl binary (best-effort)..."
127- QSV_VER="7.1.0"
128117 QSV_ZIP="qsv-${QSV_VER}-x86_64-unknown-linux-musl.zip"
129118 QSV_URL="https://github.com/dathere/qsv/releases/download/${QSV_VER}/${QSV_ZIP}"
130119 mkdir -p /tmp/qsv && cd /tmp/qsv
You can’t perform that action at this time.
0 commit comments