Skip to content

Create workflow for languages tests #83

Create workflow for languages tests

Create workflow for languages tests #83

Workflow file for this run

---
name: Test Languages
on:
pull_request:
jobs:
build:
name: Test Languages
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/languages/Dockerfile
tags: test-image:latest
push: false
-
name: Test Languages
uses: addnab/docker-run-action@v3
with:
image: test-image:latest
options: -v ${{ github.workspace }}:/work
run: |
which plcc
/work/bin/test.bash