File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
1517jobs :
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
You can’t perform that action at this time.
0 commit comments