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 #18

Workflow file for this run

name: Check PR
on: [pull_request]
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Image
uses: docker/build-push-action@v5
with:
context: .
file: ./processing.Dockerfile
tags: test_img
target: lua
push: false
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Run Tests
run: |
docker run -v ./processing:/processing test_img busted /processing/topics/ -p %.test%.lua$