Skip to content

Commit e90077a

Browse files
committed
Revert CI changes.
1 parent 74310ef commit e90077a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/code_test_and_deploy.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,20 @@ jobs:
8989
# run SSH tests only on Linux because Windows and macOS
9090
# are already run within a virtual container and so cannot
9191
# run Linux containers because nested containerisation is disabled.
92-
# - name: Test SSH (Linux only)
93-
# if: runner.os == 'Linux'
94-
# run: |
95-
# sudo service mysql stop # free up port 3306 for ssh tests
96-
# pytest tests/tests_transfers/ssh
97-
98-
# - name: Test Google Drive
99-
# env:
100-
# GDRIVE_CLIENT_ID: ${{ secrets.GDRIVE_CLIENT_ID }}
101-
# GDRIVE_CLIENT_SECRET: ${{ secrets.GDRIVE_CLIENT_SECRET }}
102-
# GDRIVE_ROOT_FOLDER_ID: ${{ secrets.GDRIVE_ROOT_FOLDER_ID }}
103-
# GDRIVE_CONFIG_TOKEN: ${{ secrets.GDRIVE_CONFIG_TOKEN }}
104-
# run: |
105-
# pytest tests/tests_transfers/gdrive
92+
- name: Test SSH (Linux only)
93+
if: runner.os == 'Linux'
94+
run: |
95+
sudo service mysql stop # free up port 3306 for ssh tests
96+
pytest tests/tests_transfers/ssh
97+
98+
- name: Test Google Drive
99+
env:
100+
GDRIVE_CLIENT_ID: ${{ secrets.GDRIVE_CLIENT_ID }}
101+
GDRIVE_CLIENT_SECRET: ${{ secrets.GDRIVE_CLIENT_SECRET }}
102+
GDRIVE_ROOT_FOLDER_ID: ${{ secrets.GDRIVE_ROOT_FOLDER_ID }}
103+
GDRIVE_CONFIG_TOKEN: ${{ secrets.GDRIVE_CONFIG_TOKEN }}
104+
run: |
105+
pytest tests/tests_transfers/gdrive
106106
107107
- name: Test AWS
108108
env:
@@ -113,9 +113,9 @@ jobs:
113113
run: |
114114
pytest tests/tests_transfers/aws -v
115115
116-
# - name: All Other Tests
117-
# run: |
118-
# pytest --ignore=tests/tests_transfers/ssh --ignore=tests/tests_transfers/gdrive --ignore=tests/tests_transfers/aws
116+
- name: All Other Tests
117+
run: |
118+
pytest --ignore=tests/tests_transfers/ssh --ignore=tests/tests_transfers/gdrive --ignore=tests/tests_transfers/aws
119119
120120
build_sdist_wheels:
121121
name: Build source distribution

0 commit comments

Comments
 (0)