Skip to content

Commit

Permalink
PMM-11378 unhardcoded workspace folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Feb 5, 2024
1 parent 7d75d7f commit 3d1e42e
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 "${{ github.workspace }}/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 3d1e42e

Please sign in to comment.