Skip to content

Commit

Permalink
temporarily suspend tests. just do environments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Dec 11, 2024
1 parent c07c6d1 commit 0480d26
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
conda info
conda list
- name: Run file tests
if: false
shell: bash -l {0}
run: xvfb-run --auto-servernum .github/scripts/modules_test.sh || xvfb-run --auto-servernum .github/scripts/modules_test.sh
# Uncomment this to debug the CI job
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: xvfb-run --auto-servernum gdb -return-child-result -batch -ex r -ex py-bt --args python runtests.py -s
- name: Run tests
if: false
shell: bash -l {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -174,6 +175,7 @@ jobs:
.github/scripts/run_tests.sh || \
.github/scripts/run_tests.sh
- name: Coverage
if: false
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
shell: bash -l {0}
run: check-manifest
- name: Run tests
if: false
shell: bash -l {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -143,6 +144,7 @@ jobs:
.github/scripts/run_tests.sh || \
.github/scripts/run_tests.sh
- name: Coverage
if: false
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-remoteclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
micromamba list
pip list
- name: Run tests
if: false
shell: bash -l {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
shell: bash -l {0}
run: check-manifest
- name: Run tests
if: false
shell: bash -l {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -158,6 +159,7 @@ jobs:
.github/scripts/run_tests.sh || \
.github/scripts/run_tests.sh
- name: Coverage
if: false
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
Expand Down

0 comments on commit 0480d26

Please sign in to comment.