Skip to content

Commit bcc8499

Browse files
committed
execute unit tests
1 parent d11a463 commit bcc8499

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/experiment.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,14 @@ jobs:
6767
python -m pip install --upgrade pip setuptools wheel
6868
python -m pip install nox
6969
70-
- name: Run Dynamic Prerelease Check
70+
- name: Run Prerelease Check
7171
run: |
7272
cd packages/gapic-generator
7373
# Point the Nox engine to the newly generated package directory
74-
nox -s prerelease_deps -- ../${{ matrix.canary }}
74+
nox -s prerelease_deps -- ../${{ matrix.canary }}
75+
76+
- name: Run Unit Tests
77+
run: |
78+
# Library check: Execute directly from the generated package directory
79+
cd packages/${{ matrix.canary }}
80+
nox -s unit-3.14

0 commit comments

Comments
 (0)