Skip to content

Commit

Permalink
Update test-and-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanswelt authored Jan 28, 2025
1 parent e2747e1 commit 9abf7cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
pip install -r requirements.txt
# Step 4: Run tests
- name: Run tests
run: |
pip install pytest
pytest
#- name: Run tests
# run: |
# pip install pytest
# pytest

# Step 5: Build the .exe file
- name: Build EXE file
run: |
pip install pyinstaller
pyinstaller --onefile autopilot.py # Replace with your entry-point script
pyinstaller --onefile dev_autopilot.py # Replace with your entry-point script
# Step 6: Upload the .exe file as an artifact
- name: Upload EXE artifact
Expand Down

0 comments on commit 9abf7cd

Please sign in to comment.