We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae62ff7 commit 2cc86ebCopy full SHA for 2cc86eb
.github/workflows/tests2.yml
@@ -37,36 +37,7 @@ jobs:
37
- name: Run the tests
38
run: >
39
python3 django_repo/tests/runtests.py --settings snowflake_settings -v 2
40
- annotations
41
- auth_tests
42
backends
43
- basic
44
- bulk_create
45
- cache
46
- check_framework
47
- composite_pk
48
- constraints
49
- contenttypes_tests
50
- custom_columns
51
- custom_lookups
52
- custom_managers
53
- custom_methods
54
- custom_pk
55
- datatypes
56
- dates
57
- datetimes
58
- db_functions
59
- db_typecasts
60
- db_utils
61
- defer
62
- defer_regress
63
- delete
64
- delete_regress
65
- empty
66
- expressions
67
- expressions_case
68
- expressions_window
69
- extra_regress
70
env:
71
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
72
SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
0 commit comments