Skip to content

feat: add CI to test the integration #3

feat: add CI to test the integration

feat: add CI to test the integration #3

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: unit-test
uses: dagger/dagger-for-github@v6.15.1
with:
verb: call
args: test
- name: integration-test
uses: dagger/dagger-for-github@v6.15.1
with:
verb: call
args: integration-test