Skip to content

Commit

Permalink
Merge pull request #635 from Percona-QA/PMM-11378-fix-workspace
Browse files Browse the repository at this point in the history
PMM-11378 unhardcoded workspace folder
  • Loading branch information
Vadym Yarosh authored Feb 5, 2024
2 parents 57bc580 + 3d1e42e commit bd7e9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pmm-package-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
config.vm.define :CLIENT_TEST do |t|
end
config.vm.synced_folder "/home/runner/work/package-testing/package-testing/", "/pmm/package-testing/"
config.vm.synced_folder "${{ github.workspace }}/", "/pmm/package-testing/"
config.vm.provision "shell", privileged: true, inline: <<-SHELL
## Set environment variables...
export PMM_SERVER_IP=10.0.2.2:443
Expand Down

0 comments on commit bd7e9a8

Please sign in to comment.