From 0ba9cb27275fe57fb674d1d06be7ba224336dcd9 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 12 Oct 2023 11:34:16 -0700 Subject: [PATCH] Rename ./script/test-module to ./script/cibuild-module for consistency --- .github/workflows/modules.yml | 2 +- script/{test-module => cibuild-module} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename script/{test-module => cibuild-module} (100%) mode change 100755 => 100644 diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 9d6e767..15e1c3e 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -65,4 +65,4 @@ jobs: architecture: x64 - name: Test Module run: | - ./script/test-module ${{ matrix.module }} + ./script/cibuild-module ${{ matrix.module }} diff --git a/script/test-module b/script/cibuild-module old mode 100755 new mode 100644 similarity index 100% rename from script/test-module rename to script/cibuild-module