Last active
August 2, 2025 07:14
-
-
Save vikram-dagger/ad1a04b6195ea670ddaeca4a7690a2dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dagger | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
dagger: | |
name: dagger | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Test | |
id: test | |
uses: dagger/[email protected] | |
with: | |
version: "0.18.14" | |
verb: call | |
args: test | |
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment