Fixed voluime copy during test
This commit is contained in:
parent
52f3d27814
commit
f43dcecda6
|
@ -23,7 +23,7 @@ steps:
|
||||||
- name: temp
|
- name: temp
|
||||||
path: /app
|
path: /app
|
||||||
commands:
|
commands:
|
||||||
- cp -R ./dist /app/dist
|
- cp -R /app/dist ./dist
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue