Skip to content

some small documentation improvements #42

some small documentation improvements

some small documentation improvements #42

Workflow file for this run

name: Run ProposalDM testsuite
env:
doc_name: ProposalDM
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v1
with:
submodules: true
- name: Set up JDK 11
uses: actions/setup-java@v1.4.4
with:
java-version: '11'
distribution: 'adopt'
- name: Run the tests
run: |
./gradlew test -PskipSigning=True