From 5eed6a9cd46b1bc0cd27c02e4ab08310cfb7eb56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Wed, 5 Jun 2024 14:06:30 +0200 Subject: [PATCH] Also run github action tests for docker directory Also run Python test cases in docker folder using GitHub action workflow. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d54043bd..d27d36c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,12 @@ on: push: paths: - 'scripts/python/**' + - 'docker/**' - '.github/workflows/ci.yml' pull_request: paths: - 'scripts/python/**' + - 'docker/**' - '.github/workflows/ci.yml' permissions: