Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 21, 2024
1 parent f294aad commit 67c7c6d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ jobs:

- name: Install Hyde
shell: bash
run: |
if [ "${{ github.ref }}" == "refs/heads/master" ]; then
git clone -b master https://github.com/hydephp/develop.git runner
else
git clone -b develop https://github.com/hydephp/develop.git runner
fi
run: git clone -b master https://github.com/hydephp/develop.git runner

- name: Copy over framework code
shell: bash
Expand Down

0 comments on commit 67c7c6d

Please sign in to comment.