aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 63c8c1b5ebfe22fa8b6effbfc60fbdc31f4618b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Test

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2

      - run: |
          make docker-test