Skip to content

Commit fbb812c

Browse files
Refactor Github Action per b/485167538
1 parent 32332df commit fbb812c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ jobs:
115115
- name: Run e2e (with GCM)
116116
env:
117117
GCM_SECRET: ${{ secrets.GCM_SECRET }}
118-
run: TEST_RUN=${{matrix.testrun}} make e2e
118+
MATRIX_TESTRUN: ${{matrix.testrun}}
119+
run: TEST_RUN=${MATRIX_TESTRUN} make e2e

0 commit comments

Comments
 (0)