Skip to content

Commit 0266ead

Browse files
committed
Revert "Test workflow env vars"
This reverts commit 17bc0d6.
1 parent ad5a311 commit 0266ead

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,7 @@ jobs:
9090
- name: Test with tox
9191
env:
9292
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 }}
93+
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
9994

10095
# This is an example of how to upload coverage to codecov
10196
# - name: Upload coverage to codecov

0 commit comments

Comments
 (0)