Skip to content

added PreProcessorInputException#lineContents for better error-reporting #75

added PreProcessorInputException#lineContents for better error-reporting

added PreProcessorInputException#lineContents for better error-reporting #75

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: BlvckBytes/GPEEE
- name: Install GPEEE into local repo
run: mvn install
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Test with Maven
run: mvn --batch-mode --update-snapshots test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3