Skip to content

Commit de62cfe

Browse files
committed
chore: update unit test call on cloudbuild
1 parent be39898 commit de62cfe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.cl/cloudbuild.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@
1313
# limitations under the License.
1414

1515
steps:
16-
- id: run-tests
16+
- id: run unit tests
17+
name: python:3.10
18+
entrypoint: bash
19+
args:
20+
- "-c"
21+
- |
22+
nox -s unit-3.10
23+
- id: run integration tests
1724
name: python:3.10
1825
entrypoint: bash
1926
env:
@@ -22,7 +29,6 @@ steps:
2229
args:
2330
- "-c"
2431
- |
25-
pip install nox
2632
nox -s system-3.10
2733
availableSecrets:
2834
secretManager:

0 commit comments

Comments
 (0)