build(deps): update grafana/shared-workflows requirement to 90e72fd7b35f5d30696313aeb736a13a15eb82ad #810
Workflow file for this run
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: | |
types: | |
- edited | |
- opened | |
- ready_for_review | |
- synchronize | |
branches: | |
- main | |
merge_group: | |
jobs: | |
build: | |
name: build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- name: Call Dagger Function | |
id: dagger | |
uses: dagger/dagger-for-github@019ea6794c5920cf0680a6291e3a793dbe3ebb54 # v7.0.4 | |
with: | |
version: "0.14.0" | |
verb: call | |
dagger-flags: "--silent" | |
args: "acceptance-tests --root-dir .:source-files --acceptance-tests-dir ./acceptance-tests" |