Skip to content

Commit

Permalink
chore: update client-specifications to 4.3.3
Browse files Browse the repository at this point in the history
We added some specifications for some edge cases. The ruby sdk supports this, but nice to have updated the client specifications
  • Loading branch information
gardleopard authored and rarruda committed Sep 7, 2023
1 parent 2c2c261 commit bf7717b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Download test cases
run: git clone --depth 5 --branch v4.3.1 https://github.com/Unleash/client-specification.git client-specification
run: git clone --depth 5 --branch v4.3.3 https://github.com/Unleash/client-specification.git client-specification
- name: Run tests
run: bundle exec rake
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -528,7 +528,7 @@ You can also run `bin/console` for an interactive prompt that will allow you to
This SDK is also built against the Unleash Client Specification tests.
To run the Ruby SDK against this test suite, you'll need to have a copy on your machine, you can clone the repository directly using:

`git clone --depth 5 --branch v4.3.1 https://github.com/Unleash/client-specification.git client-specification`
`git clone --depth 5 --branch v4.3.3 https://github.com/Unleash/client-specification.git client-specification`

After doing this, `rake spec` will also run the client specification tests.

Expand Down

0 comments on commit bf7717b

Please sign in to comment.