mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +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
|
sudo "./bats-core-${BATS_VERSION#v}/install.sh" /usr/local
|
||||||
|
|
||||||
- name: Run easy-docker Bats tests
|
- 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