Skip to content

build(deps): bump the docs-dependencies group in /docs with 3 updates… #86

build(deps): bump the docs-dependencies group in /docs with 3 updates…

build(deps): bump the docs-dependencies group in /docs with 3 updates… #86

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Call Dagger Function
id: dagger
uses: dagger/dagger-for-github@29d44c596610126326d4c6a567e9a23acbd61fa8 # v6.1.0
with:
version: "0.11.9"
verb: call
dagger-flags: "--silent"
args: "acceptance-tests --root-dir .:source-files --acceptance-tests-dir ./acceptance-tests"