build(deps): bump the docs-dependencies group in /docs with 4 updates… #236
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@e49f5bfe7f9a3593f38b9d7391f110d6dff48f94 # v6.8.0 | |
with: | |
version: "0.12.7" | |
verb: call | |
dagger-flags: "--silent" | |
args: "acceptance-tests --root-dir .:source-files --acceptance-tests-dir ./acceptance-tests" |