diff --git a/.github/workflows/docker-stack-test.yml b/.github/workflows/docker-stack-test.yml index df06f8fcd30..2c15eb7fe27 100644 --- a/.github/workflows/docker-stack-test.yml +++ b/.github/workflows/docker-stack-test.yml @@ -104,4 +104,7 @@ jobs: # run tests against the full docker stack - name: Run Integration Test - run: git update-index --chmod=+x ./tests/Docker-Stack-Test.sh + run: | + chmod +x /tests/Docker-Stack-Test.sh + ./tests/Docker-Stack-Test.sh + diff --git a/tests/Docker-Stack-Test.sh b/tests/Docker-Stack-Test.sh index 5cea601c7cf..c38103dec11 100644 --- a/tests/Docker-Stack-Test.sh +++ b/tests/Docker-Stack-Test.sh @@ -3,7 +3,7 @@ curl -v -L -X POST -H "Host: pecan.localhost" \ -F 'modelid=1000000014' \ -F 'sitegroupid=1' \ -F 'siteid=756' \ - -F 'sitename=Southern Pine (Subcategory), Duke Forest Pine ' \ + -F 'sitename=Duke Forest - loblolly pine (US-Dk3)' \ -F 'pft[]=temperate.coniferous' \ -F 'start=2004/01/01' \ -F 'end=2004/12/31' \ @@ -15,4 +15,4 @@ curl -v -L -X POST -H "Host: pecan.localhost" \ sleep 200 curl -v -L -H "Host: pecan.localhost" \ -'http://172.17.0.1/pecan/dataset.php?workflowid=99000000001&type=file&name=out/99000000001/sipnet.out' \ No newline at end of file +'http://172.17.0.1/pecan/dataset.php?workflowid=99000000001&type=file&name=out/99000000001/sipnet.out'