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