Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Dec 4, 2024
1 parent a9074ec commit 930175a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ jobs:
run: |
uv pip install dist/*.tar.gz
- name: Download test file
run: |
wget "https://filedn.eu/loRXwzWCNnU4XoFPGbllt1y/datafile_1.ptu" -O tests/test_data/input/ds1/datafile_1.ptu
- name: Run dont fret serve
run: |
timeout 10s dont-fret serve || exit_code=$?
if [ $exit_code -eq 124 ]; then
echo "ran for 10 seconds without error"
exit 0
else
echo "failed or exited too quickly"
exit 1
fi
dont-fret process tests/test_data/input/ds1/datafile_1.ptu

0 comments on commit 930175a

Please sign in to comment.