Skip to content

Commit

Permalink
Run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ioboi committed Apr 9, 2024
1 parent 833970e commit 6902a30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ jobs:
verb: call
args: --source=. build image stderr
version: "0.11.0"
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dagger/dagger-for-github@v5
with:
verb: call
args: --source=. test
version: "0.11.0"

0 comments on commit 6902a30

Please sign in to comment.