Skip to content

Backend robustness for 100-200 services #33

Backend robustness for 100-200 services

Backend robustness for 100-200 services #33

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: write
security-events: write
id-token: write
actions: read
jobs:
pipeline:
uses: RandomCodeSpace/central-ops/.github/workflows/reusable-pipeline.yml@main

Check failure on line 18 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "RandomCodeSpace/central-ops/.github/workflows/reusable-pipeline.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
go_version_file: go.mod
cgo_enabled: "1"
go_test_flags: "-race -timeout 120s"