Skip to content

Commit d3c0c8f

Browse files
committed
add 15.0 and 15.1
1 parent 8e4c68e commit d3c0c8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_requests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
- main
77
- 14.x
88
- 15.0
9+
- 15.1
910
pull_request:
1011
branches:
1112
- main
1213
- 15.0
14+
- 15.1
1315
- 14.x
1416

1517
jobs:
@@ -33,7 +35,7 @@ jobs:
3335
run: npm run build
3436

3537
# It's not possible to use GH action services, as we need to mount custom configuration from checked out source to the server
36-
- if: github.base_ref == 'main' || github.ref_name == 'main'
38+
- if: github.base_ref == 'main' || github.ref_name == 'main' || github.base_ref == '15.0' || github.ref_name == '15.0' || github.base_ref == '15.1' || github.ref_name == '15.1'
3739
name: Start Infinispan Server Latest Version
3840
run: |
3941
docker run -d -p 11222:11222 -v ${{ github.workspace }}/scripts/identities.batch:/user-config/identities.batch -v ${{ github.workspace }}/dist:/opt/infinispan/static/console -v ${{ github.workspace }}/scripts/infinispan-basic-auth.xml:/opt/infinispan/server/conf/infinispan.xml -e JAVA_OPTIONS="-Xms1024m -Xmx3072m -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=2048m" -e IDENTITIES_BATCH="/user-config/identities.batch" quay.io/infinispan-test/server:main --node-name=infinispan-4-e2e

0 commit comments

Comments
 (0)