Skip to content

Commit 6ff3fdc

Browse files
fix(cli): e2e testing path
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
1 parent 394e8e3 commit 6ff3fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: mig4/setup-bats@v1
4646
with:
4747
bats-version: 1.9.0
48-
- run: bats e2e --filter-tags ${{ matrix.tag }}
48+
- run: bats cli/e2e --filter-tags ${{ matrix.tag }}
4949

5050
test:
5151
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)