From 18922e51625353f499f2a0bb605a83ff9d5310cd Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Thu, 30 May 2024 13:23:38 -0700 Subject: [PATCH] order of checkout --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a47428..fe6439d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,12 @@ jobs: - ubuntu - windows steps: + - uses: actions/checkout@v4 + - uses: ./ - uses: actions/checkout@v4 with: repository: bazelbuild/examples path: examples - - uses: actions/checkout@v4 - - uses: ./ - run: bazel build ... working-directory: examples/java-tutorial - if: failure() && runner.debug == '1'