summaryrefslogtreecommitdiff
path: root/.github/workflows/run_test.yml
blob: 6a1f85e08a0ff638d2bc1f66e1a7853f08cf6ef9 (plain)
1
2
3
4
5
6
7
8
9
10
name: 'wgetpaste test runner'
on: [push]
jobs:
  run-test:
    name: 'Run test/test.sh'
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - run: test/test.sh
        shell: bash