Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 28, 2023
1 parent ce2e58f commit df5695d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit df5695d

Please sign in to comment.