Skip to content

ci: add test function to DotnetSdk module #2

ci: add test function to DotnetSdk module

ci: add test function to DotnetSdk module #2

Workflow file for this run

name: SDK Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
uses: dagger/dagger-for-github@v5
with:
verb: call
module: ./dev
args: test --source=.
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}