name: ci on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - run: | git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" repo && cd repo && git checkout "$GITHUB_SHA" cd boot && mvn -q -B -DskipTests=false test