We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c2994 commit 51d42f5Copy full SHA for 51d42f5
.github/workflows/das-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
cd "$TEMP_DIR"
49
git clone https://github.com/singnet/das-toolbox.git
50
cd das-toolbox
51
- git checkout tags/0.5.9
+ git checkout tags/1.0.2
52
python3 -m pip install ./das-cli
53
cd "$GITHUB_WORKSPACE"
54
rm -rf "$TEMP_DIR"
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
source ./dastoolbox/bin/activate
60
# 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
+ das-cli config set services.database.atomdb_backend=redis_mongodb
62
63
- name: das-toolbox - start databases
64
shell: bash
0 commit comments