Skip to content

Commit dce99c9

Browse files
committed
fix integration test "invalid-version"
1 parent c3d5eb8 commit dce99c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
version: v10.x
8282

8383
- name: Fail the job if the action run succeeded
84-
if: steps.setup-task.outcome == 'success'
84+
if: steps.setup-protoc.outcome == 'success'
8585
run: |
8686
echo "::error::The action run was expected to fail, but passed!"
8787
exit 1

0 commit comments

Comments
 (0)