Skip to content

Commit

Permalink
ci(icu): fix ICU error in integration tests for dotnet (#2857)
Browse files Browse the repository at this point in the history
* ci(icu): install ICU package for dotnet

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>

* specify same version as openfeature

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>

* use dotnet 7

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>

---------

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant authored Dec 23, 2024
1 parent b37837d commit 73323f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install ICU packages
run: sudo apt-get update && sudo apt-get install -y libicu-dev
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '3.1.x'
dotnet-version: '7.0.x'
- run: make provider-tests

Benchmark:
Expand Down

0 comments on commit 73323f9

Please sign in to comment.