Skip to content

Commit fb40f30

Browse files
committed
Add TWOSAMPLEMR_ENABLE_OPENGWAS_TESTS
1 parent f01975e commit fb40f30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1919
OPENGWAS_X_TEST_MODE_KEY: ${{ secrets.OPENGWAS_X_TEST_MODE_KEY }}
2020
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
21+
TWOSAMPLEMR_ENABLE_OPENGWAS_TESTS: TRUE
2122

2223
steps:
2324
- uses: actions/checkout@v4
@@ -34,6 +35,7 @@ jobs:
3435
- name: Create and populate .Renviron file
3536
run: |
3637
echo OPENGWAS_X_TEST_MODE_KEY="$OPENGWAS_X_TEST_MODE_KEY" >> ~/.Renviron
38+
echo TWOSAMPLEMR_ENABLE_OPENGWAS_TESTS="$TWOSAMPLEMR_ENABLE_OPENGWAS_TESTS" >> ~/.Renviron
3739
shell: bash
3840

3941
- name: Test coverage

0 commit comments

Comments
 (0)