Skip to content

53 add option to parsejava to print ast in json #61

53 add option to parsejava to print ast in json

53 add option to parsejava to print ast in json #61

---
name: Test release candidate
on:
pull_request:
jobs:
build:
name: Test release candidate
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Build test image
uses: docker/build-push-action@v4
with:
context: .
file: ./containers/plcc/Dockerfile
tags: test-image:latest
push: false
-
name: Test
uses: addnab/docker-run-action@v3
with:
image: test-image:latest
run: /plcc/tests/run