Skip to content

Commit a4fc4b7

Browse files
committed
2025.06.07
1 parent 722882f commit a4fc4b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ jobs:
88
runs-on: 'ubuntu-latest'
99
steps:
1010
- uses: 'actions/checkout@v4'
11+
with:
12+
submodules: 'recursive'
1113
- uses: bats-core/bats-action@3.0.0
1214
id: setup-bats
1315
- run: './bake test'
1416
env:
1517
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
18+
TERM: 'xterm'

0 commit comments

Comments
 (0)