mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
tests: fix syntax
This commit is contained in:
@@ -85,8 +85,8 @@ jobs:
|
|||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
command: |
|
command: |
|
||||||
mkdir -p test-results/bats
|
mkdir -p test-results/bats
|
||||||
cd tests/unit && echo "executing tests: $(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 $(shell 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
|
no_output_timeout: 60m
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ./test-results
|
path: ./test-results
|
||||||
|
|||||||
Reference in New Issue
Block a user