◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
30 changes: 15 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -46,7 +46,7 @@ jobs:
bash scripts/cicd/run_vader_tests_direct.sh

- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results-linux-${{ matrix.python-version }}
Expand All @@ -56,7 +56,7 @@ jobs:
results/

- name: Upload coverage reports
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: linux-python-${{ matrix.python-version }}
Expand All @@ -71,12 +71,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
bash scripts/cicd/run_vader_tests_direct.sh

- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results-macos-${{ matrix.python-version }}
Expand All @@ -117,7 +117,7 @@ jobs:
results/

- name: Upload coverage reports
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: macos-python-${{ matrix.python-version }}
Expand All @@ -132,12 +132,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
pwsh scripts/cicd/run_vader_tests_windows.ps1

- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results-windows-${{ matrix.python-version }}
Expand All @@ -213,7 +213,7 @@ jobs:
results/

- name: Upload coverage reports
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: windows-python-${{ matrix.python-version }}
@@ -226,12 +226,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive

- name: Download all test results
uses: actions/download-artifact@v4
with:
path: test-results-artifacts
pattern: test-results-*
@@ -249,7 +249,7 @@ jobs:
continue-on-error: true

- name: Post PR comment
uses: thollander/actions-comment-pull-request@v3
if: always() && github.event_name == 'pull_request'
with:
file-path: pr-summary.md
Expand Down
Loading
Toggle all file notes Toggle all file annotations