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

Commit 66a5cc7

Browse files
author
Harry Le
committed
test: try 2
1 parent 6518c54 commit 66a5cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cortex-cpp-quality-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
cp build/cortex build/cortex-beta
132132
python -m pip install --upgrade pip
133133
python -m pip install -r e2e-test/requirements.txt
134-
python e2e-test/main-harry
134+
python e2e-test/main-harry.py
135135
rm build/cortex-nightly
136136
rm build/cortex-beta
137137
env:
@@ -145,7 +145,7 @@ jobs:
145145
cp build/cortex.exe build/cortex-beta.exe
146146
python -m pip install --upgrade pip
147147
python -m pip install -r e2e-test/requirements.txt
148-
python e2e-test/main-harry
148+
python e2e-test/main-harry.py
149149
rm build/cortex-nightly.exe
150150
rm build/cortex-beta.exe
151151
env:

0 commit comments

Comments
 (0)