Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PRun (0.02 sec)

  1. .github/workflows/maven.yml

              echo "MAVEN_HOME=$PWD/maven-local" >> $GITHUB_ENV
              echo "$PWD/maven-local/bin" >> $GITHUB_PATH
    
          - name: Build Maven and ITs and run them
            shell: bash
            run: mvn verify -e -B -V -Prun-its,mimir
    
          - name: Upload test artifacts
            uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
            if: failure() || cancelled()
            with:
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Mon Aug 25 07:07:00 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top