mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-03 17:38:16 +02:00
fix: git checkout
This commit is contained in:
parent
41590e3f05
commit
4ffb785a84
5
.github/workflows/jmeter.yml
vendored
5
.github/workflows/jmeter.yml
vendored
@ -35,10 +35,7 @@ jobs:
|
||||
|
||||
- name: clone lnbits-extensions, install jmeter and run tests
|
||||
run: |
|
||||
git clone https://github.com/lnbits/lnbits-extensions
|
||||
git remote update
|
||||
git fetch
|
||||
git checkout --track origin/v1_updates
|
||||
git clone https://github.com/lnbits/lnbits-extensions -b v1_updates --single-branch
|
||||
cd lnbits-extensions
|
||||
mkdir logs
|
||||
mkdir reports
|
||||
|
Loading…
x
Reference in New Issue
Block a user