Skip to content

Instantly share code, notes, and snippets.

@goujonbe
Created May 26, 2022 06:33
Show Gist options
  • Save goujonbe/ed9a530ce7cbb0165d5bd2ce2adb32b5 to your computer and use it in GitHub Desktop.
Save goujonbe/ed9a530ce7cbb0165d5bd2ce2adb32b5 to your computer and use it in GitHub Desktop.
YAML config file for CI with GH Actions and dagger
name: dagger CI
on:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Dagger test
uses: dagger/dagger-for-github@v3
with:
cmds: |
project update
do test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment