Skip to content

Commit 51d42f5

Browse files
committed
Use das-cli v1.0.2
1 parent d9c2994 commit 51d42f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/das-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cd "$TEMP_DIR"
4949
git clone https://github.com/singnet/das-toolbox.git
5050
cd das-toolbox
51-
git checkout tags/0.5.9
51+
git checkout tags/1.0.2
5252
python3 -m pip install ./das-cli
5353
cd "$GITHUB_WORKSPACE"
5454
rm -rf "$TEMP_DIR"
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
source ./dastoolbox/bin/activate
6060
# Configure DAS with default settings
61-
echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" | das-cli config set
61+
das-cli config set services.database.atomdb_backend=redis_mongodb
6262
6363
- name: das-toolbox - start databases
6464
shell: bash

0 commit comments

Comments
 (0)