Skip to content

Initial TF apply updates and adjust service account name for character length constraints #2

Initial TF apply updates and adjust service account name for character length constraints

Initial TF apply updates and adjust service account name for character length constraints #2

Workflow file for this run

---
name: run tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_tests:
runs-on: ubuntu-latest
env:
DAGGER_CACHE_FROM: type=gha,scope=gc-cloud-storage-bucket
DAGGER_CACHE_TO: type=gha,mode=max,scope=gc-cloud-storage-bucket
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Dagger
uses: dagger/dagger-for-github@v4
with:
cmds: |
project update
do test