Skip to content

Commit

Permalink
Update GitHub Actions to clone specific branch of Skale Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
yavrsky committed Jan 6, 2025
1 parent de8a56c commit e2203eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comprehensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
working-directory: ${{env.working-directory}}
run: |
cd comprehensive-test
git clone https://github.com/skalenetwork/skale-manager.git --recursive
git clone --branch test-ima-agent https://github.com/skalenetwork/skale-manager.git --recursive
cd ..
- name: INIT - install Skale Manager dependencies
Expand Down

0 comments on commit e2203eb

Please sign in to comment.