From 999a4a2f6d8869973173fa9198a2392646480d17 Mon Sep 17 00:00:00 2001 From: mm-zk Date: Fri, 6 Oct 2023 11:46:26 +0200 Subject: [PATCH] experimenting --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ca1e407..a7277a21 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,5 +18,7 @@ jobs: - run: yarn preprocess - run: yarn compile-yul # Test bootloader - - run: ci_run bash -c "cd booloader/test_infra && cargo run" + - run: ls + - run: pwd + - run: bash -c "cd booloader/test_infra && cargo run"