Skip to content

ci: dagger test

ci: dagger test #43

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 }}
args: --target-branch=${{ github.base_ref }}
matrix:
name: Test matrix
uses: ./.github/workflows/dagger.yml
secrets: inherit
needs: prepare
strategy:
matrix:
test: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]
with:
function: prepare-base
sha: ${{ github.sha }}
args: --target-branch=${{ github.base_ref }}