Skip to content

Commit 203036a

Browse files
committed
Install uuidgen
Signed-off-by: Charlie Truong <[email protected]>
1 parent 35a2ffd commit 203036a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/test-template/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ runs:
131131
sudo mount -t cifs $SMB_PATH $MNT_PATH -o credentials=$SMB_CREDENTIAL_FILE,serverino,nosharesock,actimeo=30,mfsymlinks
132132
133133
ls -al $MNT_PATH/TestData
134+
135+
- name: Install uuidgen
136+
shell: bash -x -e -u -o pipefail {0}
137+
run: |
138+
apt-get update
139+
apt-get install -y uuid-runtime
134140
135141
- name: Docker pull image
136142
shell: bash

0 commit comments

Comments
 (0)