Skip to content

Commit

Permalink
Merge pull request #2061 from yuwenma/stricter-test
Browse files Browse the repository at this point in the history
feat: Turn on stricter golden log check in e2e fixture (part 2)
  • Loading branch information
google-oss-prow[bot] authored Jun 24, 2024
2 parents cb21cb2 + 52ab1c8 commit bae0c85
Show file tree
Hide file tree
Showing 12 changed files with 92 additions and 983 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ jobs:
- name: "Run pause tests"
run: |
./scripts/github-actions/ga-pause-test.sh
direct-tests:
scenarios-tests:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: "run tests-e2e-direct"
- name: "run tests-e2e-scenarios"
run: |
./scripts/github-actions/tests-e2e-direct.sh
./scripts/github-actions/tests-e2e-scenarios.sh
tests-e2e-fixtures-vcr:
runs-on: ubuntu-22.04
timeout-minutes: 60
Expand Down

This file was deleted.

Loading

0 comments on commit bae0c85

Please sign in to comment.