Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/fal-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,12 @@ jobs:
FAL_GRPC_HOST: api.alpha.fal.ai
FAL_REST_HOST: rest.fal.ai
FAL_RUN_HOST: fal.run
run: pytest -n auto -v projects/fal/tests/integration
run: pytest -n auto -v projects/fal/tests/integration -k "not test_regular_function_in_a_container_with_custom_image"

- name: Run custom container image integration test
env:
FAL_KEY: ${{ secrets.FAL_KEY_PROD }}
FAL_GRPC_HOST: api.alpha.fal.ai
FAL_REST_HOST: rest.fal.ai
FAL_RUN_HOST: fal.run
run: pytest -v projects/fal/tests/integration/test_stability.py::test_regular_function_in_a_container_with_custom_image
Loading
Loading