diff --git a/.github/workflows/tests-main.yaml b/.github/workflows/tests-main.yaml index 822b409f..e4fe01e9 100644 --- a/.github/workflows/tests-main.yaml +++ b/.github/workflows/tests-main.yaml @@ -56,13 +56,7 @@ jobs: run: | go install github.com/jstemmer/go-junit-report/v2@latest go-junit-report -in test_results.txt -set-exit-code -out unit_sponge_log.xml - - name: FlakyBot - # only run flakybot on periodic (schedule) and continuous (push) events - if: ${{ (github.event_name == 'schedule' || github.event_name == 'push') && always() }} - run: | - curl https://github.com/googleapis/repo-automation-bots/releases/download/flakybot-1.1.0/flakybot -o flakybot -s -L - chmod +x ./flakybot - ./flakybot --repo ${{github.repository}} --commit_hash ${{github.sha}} --build_url https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} + e2e: name: e2e tests runs-on: ubuntu-latest