Skip to content

Commit

Permalink
vm-tests.yml: Fix installer tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Sep 5, 2024
1 parent 8538bfe commit 7a5c415
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/vm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,25 @@ jobs:
- uses: actions/checkout@v3
with:
path: /__w/nextcloudpi/nextcloudpi
- name: Print wd
run: |
set -x
pwd
realpath "$(pwd)"
- name: Generate ssh keypair
working-directory: /__w/nextcloudpi/nextcloudpi
run: |
set -e
set -ex
mkdir -p .ssh
ssh-keygen -t ed25519 -f ".ssh/automation_ssh_key"
pwd
ls -l ./.ssh
. /ncp-test-automation/bin/entrypoint.sh
- name: upload ssh private key to artifact store
uses: actions/upload-artifact@v3
with:
name: "${{ env.SSH_ARTIFACT_NAME }}"
path: /__w/nextcloudpi/nextcloudpi/.ssh
path: .ssh
if-no-files-found: error
- id: create-test-instance
uses: ./.github/actions/create-test-instance
Expand Down

0 comments on commit 7a5c415

Please sign in to comment.