Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 0f99f75

Browse files
committed
fix: Update cp to cp
1 parent b783aa2 commit 0f99f75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cortex-js-openai-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
pip install pytest-reportportal pytest-html
6464
6565
# Create pytest.ini file with content
66-
cp ../coverage/pytest.ini pytest.ini
66+
mv ../coverage/pytest.ini pytest.ini
6767
echo "rp_api_key=${{ secrets.RP_API_KEY }}" >> pytest.ini
6868
echo "rp_endpoint=${{ secrets.RP_ENDPOINT }}" >> pytest.ini
6969
7070
# Append to conftest.py
71-
cp ../coverage/conftest.py tests/conftest.py
72-
cp ../coverage/endpoint_mapping.json tests/endpoints_mapping.json
71+
mv ../coverage/conftest.py tests/conftest.py
72+
mv ../coverage/endpoint_mapping.json tests/endpoints_mapping.json
7373
7474
prism mock ../api.json > prism.log & prism_pid=$!
7575
pytest --endpoint "$ENDPOINTS" --reportportal --html=report.html && kill $prism_pid

0 commit comments

Comments
 (0)