mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
fix(ci): run easy-docker bats tests without pretty formatter
This commit is contained in:
parent
0571a84648
commit
c754d05544
1 changed files with 1 additions and 1 deletions
2
.github/workflows/easy-docker.yml
vendored
2
.github/workflows/easy-docker.yml
vendored
|
|
@ -35,4 +35,4 @@ jobs:
|
|||
sudo "./bats-core-${BATS_VERSION#v}/install.sh" /usr/local
|
||||
|
||||
- name: Run easy-docker Bats tests
|
||||
run: bats -p --recursive tests/easy-docker
|
||||
run: bats --recursive tests/easy-docker
|
||||
|
|
|
|||
Loading…
Reference in a new issue