Skip to content

Commit 3dccb7e

Browse files
committed
ci working directory
1 parent 2fd771c commit 3dccb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- run: bazel test --config=ci //...
3232
- run: bazel test --config=ci //...
33-
workspace-directory: tests
33+
working-directory: tests
3434

3535
test-linux:
3636
runs-on: ubuntu-latest
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v3
4545
- run: bazel test --config=ci //...
4646
- run: bazel test --config=ci //...
47-
workspace-directory: tests
47+
working-directory: tests
4848

4949
check-module-headers:
5050
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)