Skip to content

Commit

Permalink
disable slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Feb 5, 2023
1 parent e20af97 commit 9e0b9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
SQLALCHEMY_URL: ${{ secrets.SQLALCHEMY_URL }}
ALLOW_SLOW_TESTS: "yes"
ALLOW_SLOW_TESTS: "no"
STRIDE_ETL_DEPLOY_KEY: ${{ secrets.STRIDE_ETL_DEPLOY_KEY }}
run: |
curl -s https://raw.githubusercontent.com/OriHoch/uumpa-ci-toolbox/65a0704332e63d51f63981dbb25cd83682dc4078/bin/github_actions_install.sh \
Expand Down

0 comments on commit 9e0b9e4

Please sign in to comment.