Skip to content

test: setup test matrix #1

test: setup test matrix

test: setup test matrix #1

---
name: Test
on:
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Build test image
uses: docker/build-push-action@v4
with:
context: .
file: ./shell/Dockerfile
tags: test-image:latest
push: false
build-args:
- PYTHON3_VERSION=""

Check failure on line 24 in .github/workflows/test-with-max-python-max-java.yaml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test-with-max-python-max-java.yaml (Line: 24, Col: 13): A sequence was not expected
- OPENJDK_VERSION=""
-
name: Test
uses: addnab/docker-run-action@v3
with:
image: test-image:latest
run: /plcc/tests/run