Skip to content

rep: add the GPLv3 license before making the repository opensource #78

rep: add the GPLv3 license before making the repository opensource

rep: add the GPLv3 license before making the repository opensource #78

Workflow file for this run

name: JJoules CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Build and run tests
run: export MAVEN_HOME=`mvn --version | grep 'Maven home' | sed -e 's/Maven h.* //'` && echo "🎉 ${MAVEN_HOME}" && mvn -f diff-jjoules --batch-mode clean install -Dcheckstyle.skip=true
- name: Codecov
uses: codecov/codecov-action@v2