aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
blob: e3a05b1bee3f2c2a2992dc1b47a65217561b6bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Run tests

on:
  pull_request:
  push:
    branches:
      - 'master'

jobs:
  run-tests:
    runs-on: ubuntu-latest
    steps:
      - name: Pull CI Docker image
        run: docker pull ghcr.io/jansucan/diff-dd-ci:latest

      - uses: actions/checkout@v3

      - name: Run tests
        run: sh ./devel_tools/ci_container/run.sh make test