update ubuntu workflow with remote test

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
GuillaumeFalourd 2022-01-07 10:06:14 -03:00
parent 6352e08c06
commit b4d3874ee2

View file

@ -132,6 +132,7 @@ runs:
echo echo
echo "##### Copying contents to destination Github repository #####" echo "##### Copying contents to destination Github repository #####"
ls -lha
cp "${{ inputs.files }}" "$CLONE_DIRECTORY" cp "${{ inputs.files }}" "$CLONE_DIRECTORY"
cd "$CLONE_DIRECTORY" cd "$CLONE_DIRECTORY"