test: add test job to match ffmpeg-worker structure
Some checks failed
Build and Push Docker Image / test (push) Successful in 6s
Build and Push Docker Image / build (push) Failing after 6s

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

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