Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Release 2024-05-21

Release 2024-05-21 #6

Workflow file for this run

name: Check PR
on: [pull_request]
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Image
run: |
docker build --target lua -f processing.Dockerfile -t test_img .
- name: Run Tests
run: |
docker run -v ./processing:/processing test_img busted /processing/topics/ -p %.test%.lua$