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: core
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Cache .m2
uses: actions/[email protected]
with:
path: "~/.m2/repository"
key: ${{ runner.os }}-m2
- name: Setup JDK
uses: actions/setup-java@v2
with:
java-version: 17
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 clean test
- name: Codecov
uses: codecov/[email protected]