Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 #1222

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 #1222

Workflow file for this run

name: Maven Package
on:
push:
pull_request:
jobs:
build-linux:
runs-on: self-hosted
environment: Main
steps:
- uses: actions/checkout@v3
- name: Build with Maven
run: |
mvn -B test --file pom.xml
- name: Codecov
uses: codecov/[email protected]
with:
os: aarch64
package-linux:
runs-on: self-hosted
environment: Main
steps:
- uses: actions/checkout@v3
- name: Build with Maven
run: |
mvn -B package -DskipTests --file pom.xml
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: kamilalisp-0.3.jar
path: target/kamilalisp-0.3.jar