We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5a311 commit 0266eadCopy full SHA for 0266ead
.github/workflows/ci_tests.yml
@@ -90,12 +90,7 @@ jobs:
90
- name: Test with tox
91
env:
92
ADS_DEV_KEY: ${{ secrets.ADS_DEV_KEY }}
93
- TEST_TEST: ${{ secrets.TEST_TEST }}
94
- TEST: "asdf"
95
- run: |
96
- echo $TEST
97
- echo $TEST_TEST
98
- tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
+ run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
99
100
# This is an example of how to upload coverage to codecov
101
# - name: Upload coverage to codecov
0 commit comments