Skip to content

Commit 9e0b9e4

Browse files
committed
disable slow tests
1 parent e20af97 commit 9e0b9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
1111
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
1212
SQLALCHEMY_URL: ${{ secrets.SQLALCHEMY_URL }}
13-
ALLOW_SLOW_TESTS: "yes"
13+
ALLOW_SLOW_TESTS: "no"
1414
STRIDE_ETL_DEPLOY_KEY: ${{ secrets.STRIDE_ETL_DEPLOY_KEY }}
1515
run: |
1616
curl -s https://raw.githubusercontent.com/OriHoch/uumpa-ci-toolbox/65a0704332e63d51f63981dbb25cd83682dc4078/bin/github_actions_install.sh \

0 commit comments

Comments
 (0)