We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfa7c0 commit 70e36c8Copy full SHA for 70e36c8
1 file changed
.github/workflows/dsBaseClient_test_suite.yaml
@@ -139,7 +139,7 @@ jobs:
139
- name: Install dsBase to Armadillo
140
run: |
141
curl -u admin:admin -X GET http://localhost:8080/packages
142
- curl -u admin:admin -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.4-permissive.tar.gz" -X POST http://localhost:8080/install-package
+ curl -u admin:admin -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.5-permissive.tar.gz" -X POST http://localhost:8080/install-package
143
sleep 60
144
docker restart dsbaseclient-armadillo-1
145
sleep 30
@@ -242,4 +242,4 @@ jobs:
242
R -e 'sessionInfo()'
243
sudo apt install tree -y
244
tree .
245
-
+
0 commit comments