Skip to content

add GCP examples

add GCP examples #1

Workflow file for this run

ame: Test

Check failure on line 1 in .github/workflows/examples.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/examples.yml

Invalid workflow file

The workflow is not valid. .github/workflows/examples.yml (Line: 1, Col: 1): Unexpected value 'ame'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
examples-gcp:
name: Examples GCP
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
cache-dependency-path: "**/go.sum"
- uses: "google-github-actions/auth@v2"
with:
service_account: "[email protected]"
workload_identity_provider: "projects/670732780572/locations/global/workloadIdentityPools/github/providers/konf"
- name: Test
run: go test -shuffle=on -v ./...
working-directory: ${{ matrix.module }}