Skip to content

Commit

Permalink
chore: fix build because of silly git command - my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Jul 4, 2024
1 parent 8f98bef commit 1b47e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
semver=$(ruby echo_semver.rb)
echo "::set-output name=semver::$semver"
- name: Download test cases
run: git clone --depth 5 --branch --branch ${{ steps.get_semver.outputs.semver }} https://github.com/Unleash/client-specification.git client-specification
run: git clone --depth 5 --branch ${{ steps.get_semver.outputs.semver }} https://github.com/Unleash/client-specification.git client-specification
- name: Run tests
run: bundle exec rake
env:
Expand Down

0 comments on commit 1b47e4d

Please sign in to comment.