Skip to content

[PRODUCER] cleanup interdependent #5582

[PRODUCER] cleanup interdependent

[PRODUCER] cleanup interdependent #5582

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: PreCommit
on: [push, pull_request]
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: ghcr.io/opensource4you/astraea/deps
options: --cpus 2
steps:
- uses: actions/checkout@v2
- name: build
run: ./gradlew clean build testClasses -x test --no-daemon
- name: unit tests
run: ./gradlew clean test --no-daemon --console plain -PmaxParallelForks=3 --continue