Skip to content

try github context path ref #67

try github context path ref

try github context path ref #67

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: Run Tests
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- run: |
# setup path
pwd >> "$GITHUB_PATH"
- run: sver version
- run: tests/run_tests.sh
- if: always()
uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: sort-test-output
path: sort-*.txt