aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
blob: ef7e6c18456c70041242e3c6db9dced7ce1eb3c2 (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:
      - 'main'

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