Skip to content

validate integration test flaky #1

validate integration test flaky

validate integration test flaky #1

on:
schedule:
- cron: '*/5 * * * *'
permissions:
contents: read
jobs:
integration-tests:
name: integration-tests

Check failure on line 10 in .github/workflows/integration_test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration_test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
strategy:
matrix:
go: ["1.23"]
runs-on: ubuntu-latest
steps:
- name: Setup Go
with:
go-version: ${{ matrix.go }}
uses: actions/setup-go@v2
- uses: actions/checkout@v2
- name: Test
run: GITHUB=true go test opencsg.com/csghub-server/tests/...