Skip to content

Merge pull request #30 from projectNEWM/ogmios_6 #26

Merge pull request #30 from projectNEWM/ogmios_6

Merge pull request #30 from projectNEWM/ogmios_6 #26

Workflow file for this run

# We may start running these on docker in the future,
# but I wanted to put something in place in the meantime
name: test
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '17'
- name: run tests
run: ./gradlew test -PisGithubActions