Skip to content

Commit

Permalink
skip quickstart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Mar 23, 2022
1 parent 31c35cc commit 8422367
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,14 @@ jobs:
find tests/isolated/ -name '*.py' -print0 | xargs -0 --verbose -n1 python tests/utils/pytest_wrapper.py --verbose
# these are somewhat slower/more bandwidth-intensive, so only run them if
# github_actions_flags.py determined that they should be run
- name: Test quickstarts
if: ${{ steps.test_config.outputs.run_integration == 'true' }}
env:
FIFTYONE_EXIT: 1
run: |
fiftyone quickstart --remote
fiftyone quickstart --remote --video
# Skip: Google Drive unstable
# - name: Test quickstarts
# if: ${{ steps.test_config.outputs.run_integration == 'true' }}
# env:
# FIFTYONE_EXIT: 1
# run: |
# fiftyone quickstart --remote
# fiftyone quickstart --remote --video

all-tests:
needs: test
Expand Down

0 comments on commit 8422367

Please sign in to comment.