Skip to content

Commit

Permalink
CI: Fix checking out temp branch that skips Mu test suit.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed May 17, 2022
1 parent 12ff195 commit 12800d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
git clone https://github.com/mu-editor/mu.git
cd mu
git checkout -b origin/docker-appimage
git checkout -b docker-appimage origin/docker-appimage
- name: Install Mu test dependencies
run: |
cd mu
Expand Down

0 comments on commit 12800d0

Please sign in to comment.