Skip to content

Commit

Permalink
Bump go-feature-flag from 0.2.3 to 0.2.4 in /openfeature/provider_tes…
Browse files Browse the repository at this point in the history
…ts/java-integration-tests (#592)

* Bump go-feature-flag

Bumps go-feature-flag from 0.2.3 to 0.2.4.

---
updated-dependencies:
- dependency-name: dev.openfeature.contrib.providers:go-feature-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* trigger only on push on this dir

Signed-off-by: Thomas Poignant <[email protected]>

* WIP

Signed-off-by: Thomas Poignant <[email protected]>

* WIP

Signed-off-by: Thomas Poignant <[email protected]>

* Bump to latest version

Signed-off-by: Thomas Poignant <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Poignant <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 21, 2023
1 parent 5cc2d27 commit ab33eee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Integration Tests"
on:
pull_request:
types: [ opened, synchronize, reopened ]
push:
paths:
- 'openfeature/provider_tests/**'

jobs:
integration-tests:
name: Integration Tests
if: startsWith( github.ref_name, 'dependabot/maven/openfeature/provider_tests')
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion openfeature/provider_tests/java-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>go-feature-flag</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit ab33eee

Please sign in to comment.