Skip to content

Bump github.com/argoproj/argo-cd/v2 from 2.8.8 to 2.8.12 in /tests-e2e #3451

Bump github.com/argoproj/argo-cd/v2 from 2.8.8 to 2.8.12 in /tests-e2e

Bump github.com/argoproj/argo-cd/v2 from 2.8.8 to 2.8.12 in /tests-e2e #3451

Workflow file for this run

name: database schema sync check
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
schema-sync-test:
name: Run tests to check if database schema is in check with go schema constants
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/[email protected]
with:
go-version-file: './backend/go.mod'
- name: Run script file
run: |
$GITHUB_WORKSPACE/backend-shared/hack/run-db-schema-sync-check.sh
shell: bash