Unverified Commit ff0c2453 authored by Tom Moulard's avatar Tom Moulard Committed by GitHub
Browse files

github: adding an action on master push

parent 87b1c518
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
name: Docker

on:
  push:
    branches:
      - master
  pull_request:

jobs:
  # Run tests.
  # See also https://docs.docker.com/docker-hub/builds/automated-testing/
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Run tests
        run: ./test.sh