diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 29da6397..0f77c846 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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: