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 - ubuntu
- windows - windows
steps: steps:
- uses: actions/checkout@v4
- uses: ./
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
repository: bazelbuild/examples repository: bazelbuild/examples
path: examples path: examples
- uses: actions/checkout@v4
- uses: ./
- run: bazel build ... - run: bazel build ...
working-directory: examples/java-tutorial working-directory: examples/java-tutorial
- if: failure() && runner.debug == '1' - if: failure() && runner.debug == '1'