Skip to content

Commit

Permalink
CM-29: Fixed assembly branch for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Jun 1, 2023
1 parent e4a053d commit e07527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openmis-module-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: pull openimis backend
run: |
rm ./openimis -rf
git clone --depth 1 --branch develop https://github.com/openimis/openimis-be_py.git ./openimis
git clone --depth 1 --branch coreMIS https://github.com/openimis/openimis-be_py.git ./openimis
- name: copy current branch
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e07527b

Please sign in to comment.