order of checkout

This commit is contained in:
Alex Rodionov 2024-05-30 13:23:38 -07:00 committed by GitHub
parent 27731747bb
commit 18922e5162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'