ls -la
This commit is contained in:
parent
e0bbb58ec5
commit
dd6b539119
1 changed files with 2 additions and 0 deletions
|
@ -80,7 +80,9 @@ steps:
|
||||||
image: node:15-alpine3.12
|
image: node:15-alpine3.12
|
||||||
user: root
|
user: root
|
||||||
commands:
|
commands:
|
||||||
|
- ls -la
|
||||||
- cd api_tests/
|
- cd api_tests/
|
||||||
|
- ls -la
|
||||||
- ./prepare-drone-federation-test.sh
|
- ./prepare-drone-federation-test.sh
|
||||||
- yarn
|
- yarn
|
||||||
- yarn api-test
|
- yarn api-test
|
||||||
|
|
Loading…
Reference in a new issue