test: add test job to match ffmpeg-worker structure

This commit is contained in:
2026-01-01 10:49:16 -05:00
parent 75bae256f2
commit 64a954603a

View File

@@ -10,7 +10,16 @@ env:
IMAGE_NAME: bill/grist-mcp
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: echo "Tests would run here"
build:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4