Skip to content

ci: fix missing tag name in release draft (#1118) #103

ci: fix missing tag name in release draft (#1118)

ci: fix missing tag name in release draft (#1118) #103

name: Acceptance tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Call Dagger Function
id: dagger
uses: dagger/dagger-for-github@a35fcbab332e24b39bedb0d88c8c791ce7201f2b # v6.3.0
with:
version: "0.11.9"
verb: call
dagger-flags: "--silent"
args: "acceptance-tests --root-dir .:source-files --acceptance-tests-dir ./acceptance-tests"