Kevin Moore | 35a82f8 | 2021-03-08 13:23:36 -0800 | [diff] [blame] | 1 | name: test_integration |
Kevin Moore | 5a26720 | 2021-02-25 20:48:19 -0800 | [diff] [blame] | 2 | publish_to: none |
| 3 | environment: |
Kevin Moore | c6757bf | 2021-03-04 09:35:09 -0800 | [diff] [blame] | 4 | sdk: '>=2.12.0 <3.0.0' |
Kevin Moore | 5a26720 | 2021-02-25 20:48:19 -0800 | [diff] [blame] | 5 | |
| 6 | dev_dependencies: |
| 7 | googleapis: any |
| 8 | googleapis_auth: any |
| 9 | test: ^1.16.0 |
Kevin Moore | 35a82f8 | 2021-03-08 13:23:36 -0800 | [diff] [blame] | 10 | yaml: ^3.1.0 |
Kevin Moore | 5a26720 | 2021-02-25 20:48:19 -0800 | [diff] [blame] | 11 | |
| 12 | dependency_overrides: |
| 13 | _discoveryapis_commons: |
| 14 | path: ../discoveryapis_commons |
| 15 | googleapis: |
| 16 | path: ../generated/googleapis |
| 17 | googleapis_auth: |
| 18 | path: ../googleapis_auth |