Skip to content

Commit 92817c3

Browse files
Merge pull request datashield#634 from StuartWheater/v6.3.5-dev
Updated GitHub Actions.
2 parents 2bc1776 + adb5c75 commit 92817c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dsBaseClient_test_suite.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Install dsBase to Armadillo
140140
run: |
141141
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
142+
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
143143
sleep 60
144144
docker restart dsbaseclient-armadillo-1
145145
sleep 30
@@ -242,4 +242,4 @@ jobs:
242242
R -e 'sessionInfo()'
243243
sudo apt install tree -y
244244
tree .
245-
245+

0 commit comments

Comments
 (0)