Skip to content

Commit a7c29ce

Browse files
junkataokaCopilot
andauthored
Update .github/workflows/ci.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4aff3a7 commit a7c29ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
--cov-config=/workspaces/repo/pyproject.toml \
5252
--cov-report=xml:/tmp/coverage.xml && \
5353
sed -i 's|<package name=\".\"|<package name=\"${{ matrix.name }}\"|g' /tmp/coverage.xml && \
54-
sudo cp /tmp/test-results.xml /workspaces/repo/${{ matrix.subfolder }}/ && \
55-
sudo cp /tmp/coverage.xml /workspaces/repo/${{ matrix.subfolder }}/"
54+
cp /tmp/test-results.xml /workspaces/repo/${{ matrix.subfolder }}/ && \
55+
cp /tmp/coverage.xml /workspaces/repo/${{ matrix.subfolder }}/"
5656
5757
- name: Upload test results
5858
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)