From 440e3269d8de4fb8efb4aac792e9cad64ec8932d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Thu, 19 Jan 2023 11:57:29 +0000 Subject: [PATCH] temp: list files to see compiled artifacts --- .github/workflows/interop-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/interop-test.yml b/.github/workflows/interop-test.yml index 4a8968f9e0fb..32a210ffa66d 100644 --- a/.github/workflows/interop-test.yml +++ b/.github/workflows/interop-test.yml @@ -21,6 +21,8 @@ jobs: run: sudo apt-get install protobuf-compiler - name: build test plans run: cargo build --release -p interop-tests + - name: list target files + run: ls target - name: Build image working-directory: ./test-plans run: make