diff --git a/.github/workflows/protobuf_conformance.yaml b/.github/workflows/protobuf_conformance.yaml index 86467bd5..69efd530 100644 --- a/.github/workflows/protobuf_conformance.yaml +++ b/.github/workflows/protobuf_conformance.yaml @@ -41,6 +41,6 @@ jobs: - name: run test run: > bazel run //conformance:conformance_test_runner -- - --failure_list "${{ github.workspace }}/this/node/libs/protobuf/src/bin/conformance_test/conformance_test_failure_list.txt" + --failure_list "${{ github.workspace }}/this/node/libs/protobuf/src/bin/conformance_test/failure_list.txt" "${{ github.workspace }}/this/node/target/debug/conformance_test" working-directory: "protobuf"