Skip to content

chore(deps): bump google.golang.org/api from 0.134.0 to 0.136.0 in /acceptance-tests/apps/dataprocapp #2419

chore(deps): bump google.golang.org/api from 0.134.0 to 0.136.0 in /acceptance-tests/apps/dataprocapp

chore(deps): bump google.golang.org/api from 0.134.0 to 0.136.0 in /acceptance-tests/apps/dataprocapp #2419

Workflow file for this run

name: run-tests
on:
workflow_call:
outputs:
pr_number:
description: "The PR number"
value: ${{ jobs.test.outputs.pr_number }}
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Go test
outputs:
pr_number: ${{ github.event.number }}
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.21.0'
- uses: actions/checkout@v2
- run: make test
call-dependabot-pr-workflow:
needs: test
if: ${{ success() && github.actor == 'dependabot[bot]' }}
uses: cloudfoundry/cloud-service-broker/.github/workflows/dependabot-test.yml@main
with:
pr_number: ${{ github.event.number }}