Skip to content

deps: bump @babel/types from 7.23.0 to 7.23.3 in /process-instance-migration/src/main/frontend #925

deps: bump @babel/types from 7.23.0 to 7.23.3 in /process-instance-migration/src/main/frontend

deps: bump @babel/types from 7.23.0 to 7.23.3 in /process-instance-migration/src/main/frontend #925

Workflow file for this run

name: CI
on: [ pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: mvn verify -PcheckFormat -B
- name: Publish Unit Test Results
id: publish
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: '**/target/surefire-reports/*.xml'
Examples:
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Test examples
run: mvn test -f example -B