Skip to content

Commit

Permalink
IBX-149: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna committed Apr 20, 2021
1 parent a673f50 commit 914f213
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@ jobs:
- uses: actions/checkout@master

- id: majortest
uses: ibexa-yuna/version-logic-action@master
uses: ibexa/version-logic-action@master
with:
currentTag: "v2.0.0"

- id: minortest
uses: ibexa-yuna/version-logic-action@master
uses: ibexa/version-logic-action@master
with:
currentTag: "v2.3.0"

- id: patchtest
uses: ibexa-yuna/version-logic-action@master
uses: ibexa/version-logic-action@master
with:
currentTag: "v2.2.4"

- id: betatest1
uses: ibexa-yuna/version-logic-action@master
uses: ibexa/version-logic-action@master
with:
currentTag: "v2.2.4-beta1"

- id: betatest2
uses: ibexa-yuna/version-logic-action@master
uses: ibexa/version-logic-action@master
with:
currentTag: "v2.2.4-beta2"

- id: rctest1
uses: ibexa-yuna/version-logic-action@master
uses: ibexa/version-logic-action@master
with:
currentTag: "v2.2.4-rc1"

- id: rctest2
uses: ibexa-yuna/version-logic-action@master
uses: ibexa/version-logic-action@master
with:
currentTag: "v2.2.4-rc2"

Expand Down

0 comments on commit 914f213

Please sign in to comment.