aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-04-27 15:55:17 +0200
committerJán Sučan <jan@jansucan.com>2024-04-27 16:16:36 +0200
commit820d4ddf1435805bbcb8a524e7b2408dca506ce3 (patch)
treef711f3d20d6dac8a013c7af7732785f748a32199 /.github/workflows/tests.yml
parent7f276fb89d659ad86bf2b862f4de4ed3c362d3d6 (diff)
github: User the CI docker image in workflows
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