Skip to content

fix(deps): update dependency fr.inria.gforge.spoon:spoon-core to v10.4.0 #29

fix(deps): update dependency fr.inria.gforge.spoon:spoon-core to v10.4.0

fix(deps): update dependency fr.inria.gforge.spoon:spoon-core to v10.4.0 #29

Workflow file for this run

# This workflow will build the project on pull requests with tests.
# Uses:
# OS: ubuntu-latest
# JDK: Termurin JDK 11
name: Maven tests
on:
pull_request:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Set up JDK 11
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Run Maven tests
run: |
(cd src/test/projects/processors && mvn clean install)
mvn clean install