Fix circleci integration tests build anchor
This commit is contained in:
Родитель
83f2b47dae
Коммит
02e86ccf41
|
@ -44,7 +44,6 @@ jobs:
|
|||
name: Verify that BigQuery validates each query
|
||||
command: script/dryrun
|
||||
integration:
|
||||
<<: *build
|
||||
docker:
|
||||
- image: python:3.8
|
||||
steps:
|
||||
|
@ -57,12 +56,7 @@ jobs:
|
|||
echo "Cannot pass creds to forked PRs, so marking this step successful"
|
||||
circleci step halt
|
||||
fi
|
||||
- &build
|
||||
run:
|
||||
name: Build
|
||||
command: |
|
||||
python3.8 -m venv venv/
|
||||
venv/bin/pip install --upgrade -r requirements.txt
|
||||
- *build
|
||||
- &pytest_integration_test
|
||||
run:
|
||||
name: PyTest Integration Test
|
||||
|
|
|
@ -119,7 +119,7 @@ Additional Guidelines and Options
|
|||
- File extensions `yaml`, `json` and `ndjson` are supported
|
||||
- Preferred format is `yaml` for readability
|
||||
|
||||
How to Run CircleCI locally
|
||||
How to Run CircleCI Locally
|
||||
===
|
||||
|
||||
- Install the [CircleCI Local CI](https://circleci.com/docs/2.0/local-cli/)
|
||||
|
|
Загрузка…
Ссылка в новой задаче