Skip to content

Fix test function

Fix test function #2

Workflow file for this run

name: 'Test'
on:
push:
branches:
- dagger-ci
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: 'test'
uses: dagger/[email protected]
with:
verb: call
module: ci
args: test --dir=./
version: '0.14.0'
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}