diff --git a/.github/workflows/test-on-droplets-matrix.yml b/.github/workflows/test-on-droplets-matrix.yml index 33ff38005..adc04e0aa 100644 --- a/.github/workflows/test-on-droplets-matrix.yml +++ b/.github/workflows/test-on-droplets-matrix.yml @@ -169,6 +169,12 @@ jobs: "http://${DROPLET_IPV4}:4020/about/usage/system" + - name: Run the sevctl command to ensure it's properly packaged and working + run: | + export DROPLET_IPV4="$(doctl compute droplet get aleph-vm-ci-${{ matrix.os_config.alias }}-${{ matrix.check_vm.alias }} --output json | ./.github/scripts/extract_droplet_ipv4.py)" + ssh root@${DROPLET_IPV4} "/opt/sevctl --version" + + - name: Export aleph logs if: always() run: |