Skip to content

Commit

Permalink
Adjust tests for new vaper-install vars approach
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Jan 23, 2024
1 parent 533a57f commit 4ff86d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: setup
run: |
cd $GITHUB_WORKSPACE
cp ${GITHUB_WORKSPACE}/,github/workflows/test_vars.yml ${GITHUB_WORKSPACE}/.vars.yml
cp ${GITHUB_WORKSPACE}/.github/workflows/test_vars.yml ${GITHUB_WORKSPACE}/.vars.yml
ansible-playbook -e in_container=true workstation.yml
- name: check
run: |
Expand Down

0 comments on commit 4ff86d5

Please sign in to comment.