Skip to content

Commit

Permalink
TM startup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Jan 12, 2024
1 parent 19ae271 commit b7969d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comprehensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
run: |
cd comprehensive-test
rm -rf transaction-manager || true
git clone https://github.com/skalenetwork/transaction-manager
git clone https://github.com/skalenetwork/transaction-manager --recursive
cd ..
- name: INIT - start transaction manager and redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ jobs:
run: |
cd comprehensive-test
sudo rm -rf ./transaction-manager || true
git clone https://github.com/skalenetwork/transaction-manager
git clone https://github.com/skalenetwork/transaction-manager --recursive
cd ..
- name: INIT - start transaction manager and redis
Expand Down

0 comments on commit b7969d9

Please sign in to comment.