aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/.github/workflows/test.yml
blob: 118a7dfa900f24910ae4e629ce4889cd808cf7f4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                 
name: Test

on:
  push:
  pull_request:
  workflow_dispatch:

jobs:
  test:
    runs-on: ubuntu-18.04
    name: Test
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Run the tests
        run: ./.ci/test.sh