Skip to content

Commit 6486412

Browse files
junkataokaCopilot
andauthored
Update .azuredevops/templates/test-devcontainer-job.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a7c29ce commit 6486412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azuredevops/templates/test-devcontainer-job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
--cov-config=/workspaces/repo/pyproject.toml
3535
--cov-report=xml:/tmp/coverage.xml &&
3636
sed -i "s|<package name=\".\"|<package name=\"${{ project.name }}\"|g" /tmp/coverage.xml &&
37-
sudo cp /tmp/test-results.xml /workspaces/repo/${{ project.projectPath }}/ &&
38-
sudo cp /tmp/coverage.xml /workspaces/repo/${{ project.projectPath }}/
37+
cp /tmp/test-results.xml /workspaces/repo/${{ project.projectPath }}/ &&
38+
cp /tmp/coverage.xml /workspaces/repo/${{ project.projectPath }}/
3939
4040
- template: publish-test-results.yml
4141
parameters:

0 commit comments

Comments
 (0)