We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20af97 commit 9e0b9e4Copy full SHA for 9e0b9e4
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
11
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
12
SQLALCHEMY_URL: ${{ secrets.SQLALCHEMY_URL }}
13
- ALLOW_SLOW_TESTS: "yes"
+ ALLOW_SLOW_TESTS: "no"
14
STRIDE_ETL_DEPLOY_KEY: ${{ secrets.STRIDE_ETL_DEPLOY_KEY }}
15
run: |
16
curl -s https://raw.githubusercontent.com/OriHoch/uumpa-ci-toolbox/65a0704332e63d51f63981dbb25cd83682dc4078/bin/github_actions_install.sh \
0 commit comments