Skip to content

Commit

Permalink
Update GitHub Actions workflows to clone the stable branch of the tra…
Browse files Browse the repository at this point in the history
…nsaction manager
  • Loading branch information
yavrsky committed Dec 26, 2024
1 parent 81305e6 commit 70d3dc3
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 @@ -349,7 +349,7 @@ jobs:
run: |
cd comprehensive-test
rm -rf transaction-manager || true
git clone https://github.com/skalenetwork/transaction-manager --recursive
git clone --branch stable 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 @@ -384,7 +384,7 @@ jobs:
run: |
cd comprehensive-test
sudo rm -rf ./transaction-manager || true
git clone https://github.com/skalenetwork/transaction-manager --recursive
git clone --branch stable https://github.com/skalenetwork/transaction-manager --recursive
cd ..
- name: INIT - start transaction manager and redis
Expand Down

0 comments on commit 70d3dc3

Please sign in to comment.