Skip to content

Bump org.json:json from 20160810 to 20231013 in /nopol #128

Bump org.json:json from 20160810 to 20231013 in /nopol

Bump org.json:json from 20160810 to 20231013 in /nopol #128

Workflow file for this run

name: defects4j_1
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Cache .m2
uses: actions/cache@v2.1.6
with:
path: "~/.m2/repository"
key: ${{ runner.os }}-m2
- name: Setup JDK
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
- name: Set up Maven
uses: stCarolas/setup-maven@v4
with:
maven-version: 3.6.0
- name: Install example projects
run: ./.github/install_examples.sh
shell: bash
- name: Run tests
run: |
cd nopol
mvn -Dtest="fr.inria.lille.repair.nopol.Defects4jEvaluationTest" test
env:
NOPOL_EVAL_DEFECTS4J: 1