Skip to content

fix: Make sure the POINTS column of the table ADDONS_WALLET_REWARD has a non NULL value - MEED-7623 - Meeds-io/MIPs#154 #195

fix: Make sure the POINTS column of the table ADDONS_WALLET_REWARD has a non NULL value - MEED-7623 - Meeds-io/MIPs#154

fix: Make sure the POINTS column of the table ADDONS_WALLET_REWARD has a non NULL value - MEED-7623 - Meeds-io/MIPs#154 #195

Workflow file for this run

name: CI PR Build
on:
pull_request:
jobs:
build-ci:
name: CI Build
uses: exoplatform/swf-scripts/.github/workflows/cibuild.yml@master
with:
maven_profiles: 'exo-release,coverage'
jdk_major_version: 21
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}