Skip to content

Commit

Permalink
update client spec in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gardleopard committed Aug 22, 2023
1 parent 5d37aba commit cfa7a92
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 @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Download test cases
run: git clone --depth 5 --branch v4.2.2 https://github.com/Unleash/client-specification.git client-specification
run: git clone --depth 5 --branch v4.3.1 https://github.com/Unleash/client-specification.git client-specification
- name: Run tests
run: bundle exec rake
env:
Expand Down

0 comments on commit cfa7a92

Please sign in to comment.