Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.3 #815

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.3

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.3 #815

Workflow file for this run

name: Firefox Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
name: Run Tests Under Firefox
runs-on: ubuntu-latest
env:
browser: firefox
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'liberica'
- run: ./mvnw clean package