Skip to content

Commit f7697c0

Browse files
SNOW-2011595: Make debug logs gh actions
1 parent e6cc6a2 commit f7697c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_dispatch:
1414
inputs:
1515
logLevel:
16-
default: warning
16+
default: debug
1717
description: "Log level"
1818
required: true
1919
tags:
@@ -179,7 +179,7 @@ jobs:
179179
- name: Install tox
180180
run: python -m pip install tox>=4
181181
- name: Run tests
182-
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci | sed 's/ /,/g'`
182+
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-{extras,integ,pandas,sso}-ci | sed 's/ /,/g'`
183183
env:
184184
PYTHON_VERSION: ${{ matrix.python-version }}
185185
cloud_provider: ${{ matrix.cloud-provider }}

0 commit comments

Comments
 (0)