aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index a68b896..ef7e6c1 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -10,6 +10,10 @@ 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
- - shell: bash
- run: make test
+
+ - name: Run tests
+ run: sh ./devel_tools/ci_container/run.sh make test