From df5695dcb371bff2195f2d3c987b28f861389df5 Mon Sep 17 00:00:00 2001 From: Matthias Tafelmeier Date: Tue, 28 Nov 2023 16:48:23 +0100 Subject: [PATCH] dbg --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da38b7d2..ea4db9e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,10 @@ jobs: - name: perform test run run: > source /etc/bashrc; + cp testing/infra/credentials/ssh/id_rsa testing/infra/credentials/ssh/id_rsa_robot; chmod 0600 testing/infra/credentials/ssh/id_rsa_robot; + ls -l testing/infra/credentials/ssh/id_rsa_robot; + mask --maskfile "${MASK_FILE}" testing perform;