Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein authored Nov 7, 2023
1 parent 75404c0 commit 00a6840
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,13 @@ jobs:
run: Compress-Archive src/debug/output windows-msvc2019-binary.zip
if: matrix.config.python

- name: Test Peloton API
#if: github.event_name == 'push' || github.event_name == 'schedule'
run: |
cd src/output/
qdomyos-zwift -test-peloton -peloton-username ${{ secrets.peloton_username }} -peloton-password ${{ secrets.peloton_password }}
timeout-minutes: 2

- name: Zip artifact for deployment
run: Compress-Archive src/debug/output windows-msvc2019-binary-no-python.zip
if: ${{ ! matrix.config.python }}
Expand Down

0 comments on commit 00a6840

Please sign in to comment.