mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 03:57:43 +01:00
tests: fix syntax
This commit is contained in:
@@ -85,8 +85,8 @@ jobs:
|
||||
shell: /bin/bash
|
||||
command: |
|
||||
mkdir -p test-results/bats
|
||||
cd tests/unit && echo "executing tests: $(shell cd tests/unit ; ls << parameters.index >>*.bats | xargs)"
|
||||
cd tests/unit && bats --formatter bats-format-junit -e -T -o ../../test-results/bats $(shell cd tests/unit ; ls << parameters.index >>*.bats | xargs)
|
||||
cd tests/unit && echo "executing tests: $(cd tests/unit ; ls << parameters.index >>*.bats | xargs)"
|
||||
cd tests/unit && bats --formatter bats-format-junit -e -T -o ../../test-results/bats $(cd tests/unit ; ls << parameters.index >>*.bats | xargs)
|
||||
no_output_timeout: 60m
|
||||
- store_artifacts:
|
||||
path: ./test-results
|
||||
|
||||
Reference in New Issue
Block a user