Skip to content

tests

tests #3

Workflow file for this run

name: tests
on:
workflow_run:
workflows: [ ci ]
types: [ completed ]
jobs:
test:

Check failure on line 8 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: [ ci ]
steps:
- uses: actions/checkout@v4
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.27.0'
- name: Download WASM artifact
uses: actions/download-artifact@v3
with:
name: plugin-wasm
- name: Run tests
run: cd test && bun run test