Skip to content

ci: dagger test

ci: dagger test #34

Workflow file for this run

name: Build and deploy
on:
workflow_dispatch: {}
pull_request:
merge_group:
concurrency:
group: build-deploy-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
prepare:
name: Prepare node modules
uses: ./.github/workflows/dagger.yml
secrets: inherit
with:
function: prepare-base
sha: ${{ github.sha }}