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

Commit 8a71cae

Browse files
committed
fix: clone exe
1 parent 32cef18 commit 8a71cae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/template-build-linux-x64.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,16 @@ jobs:
135135

136136
- name: Run e2e tests
137137
run: |
138+
cp build/cortex build/cortex-nightly
139+
cp build/cortex build/cortex-beta
138140
python -m pip install --upgrade pip
139141
python -m pip install pytest
140142
python -m pip install requests
141143
cd engine
142144
python e2e-test/main.py
143-
145+
rm build/cortex-nightly
146+
rm build/cortex-beta
147+
144148
- name: Pre-package
145149
run: |
146150
cd engine

0 commit comments

Comments
 (0)