Skip to content

Commit 462093e

Browse files
committed
Test Not for review holodeck kernel version change
1 parent 251e023 commit 462093e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/precompiled.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,11 @@ jobs:
346346
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
347347
aws_ssh_key: ${{ secrets.AWS_SSH_KEY }}
348348
holodeck_config: "tests/holodeck_${{ env.DIST }}.yaml"
349+
- name: Get holodeck file content
350+
id: get_file_content
351+
uses: mikefarah/yq@master
352+
with:
353+
cmd: cat /github/workspace/.cache/holodeck.yaml
349354
- name: Get public dns name
350355
id: get_public_dns_name
351356
uses: mikefarah/yq@master
@@ -354,7 +359,7 @@ jobs:
354359
- name: Calculate holodeck instance hostname
355360
run: |
356361
echo "instance_hostname=ubuntu@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
357-
cat /github/workspace/.cache/holodeck.yaml
362+
echo "holodeck_file_content=${{ steps.get_file_content.outputs.result }}"
358363
359364
- name: Install GitHub CLI
360365
run: |

0 commit comments

Comments
 (0)