order of checkout
This commit is contained in:
parent
27731747bb
commit
18922e5162
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue