Skip to content

Guessing when to add label padding turns out not that helpful #153

Guessing when to add label padding turns out not that helpful

Guessing when to add label padding turns out not that helpful #153

Workflow file for this run

name: Engine automated tests
on:
push:
branches: [master, experimental]
jobs:
test-linux:
runs-on: ubuntu-latest
name: Build and Test Engine package on linux
steps:
- uses: actions/checkout@v3
- uses: mlugg/setup-zig@v2
with:
version: 0.15.2
- run: sudo apt install -y ffmpeg
- run: zig build test
test-macos:
runs-on: macos-latest
name: Build and Test Engine package on MacOS
steps:
- uses: actions/checkout@v3
- uses: mlugg/setup-zig@v2
with:
version: 0.15.2
- run: brew install ffmpeg
- run: zig build test