Skip to content

Commit

Permalink
fix: clone exe
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev committed Oct 2, 2024
1 parent 32cef18 commit 8a71cae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/template-build-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,16 @@ jobs:

- name: Run e2e tests
run: |
cp build/cortex build/cortex-nightly
cp build/cortex build/cortex-beta
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install requests
cd engine
python e2e-test/main.py
rm build/cortex-nightly
rm build/cortex-beta
- name: Pre-package
run: |
cd engine
Expand Down

0 comments on commit 8a71cae

Please sign in to comment.