From 2b1c0df8cf070e358d9b3f7bb704367cae93e72c Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sat, 5 Feb 2022 11:41:17 +1100 Subject: [PATCH] add module 7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a7fcf5..4c67415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: # The MODULE environment variable is evaluated in build-all.sh to run a subset # of the builds. This way, multiple modules can be built in parallel. - module: [ "module1", "module2", "module3", "module4", "module5", "module6" ] + module: [ "module1", "module2", "module3", "module4", "module5", "module6", "module7" ] steps: