Skip to content

chore: fix ci with dagger modules #2

chore: fix ci with dagger modules

chore: fix ci with dagger modules #2

Workflow file for this run

---

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

`pull-request` is not a valid event name
name: Test
on:
pull-request:
branches: [main]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
-
name: Call Dagger Test Function
uses: dagger/dagger-for-github@v5
with:
version: "latest"
verb: call
args: test --rootDir=..
workdir: ./ci