Skip to content

build(deps): bump google.golang.org/api from 0.285.0 to 0.287.0 in the google-cloud group #70

build(deps): bump google.golang.org/api from 0.285.0 to 0.287.0 in the google-cloud group

build(deps): bump google.golang.org/api from 0.285.0 to 0.287.0 in the google-cloud group #70

Workflow file for this run

name: DAV Integration Tests
on:
workflow_dispatch:
pull_request:
paths:
- ".github/workflows/dav-integration.yml"
- "dav/**"
- "go.mod"
- "go.sum"
push:
branches:
- main
concurrency:
group: dav-integration
cancel-in-progress: false
jobs:
dav-integration:
name: DAV Integration Tests
runs-on: ubuntu-latest
if: |
github.event_name == 'push' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install Ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
- name: Run DAV Integration Tests
run: ginkgo -r dav/integration/