Skip to content

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 #177

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 #177

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get -y install bash git-core podman python3-pip
- name: Install tmt
run: |
sudo pip install tmt
- name: Checkout sources
uses: actions/checkout@v4
- name: Build local image
run: ./ci_test.sh build-local-image
- name: Set up test environment
run: ./ci_test.sh prepare
- name: Execute tests
run: ./ci_test.sh execute