From 0956b9d329752f1e4a5a5508c6ad384a4c1703c7 Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Thu, 19 Sep 2024 20:31:44 -0400 Subject: [PATCH] Move the magefile back --- .github/workflows/main.yml | 2 +- arc/magefile.go => magefile.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arc/magefile.go => magefile.go (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb1e615..2e68142 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: tern version go install gotest.tools/gotestsum@latest gotestsum --version - - run: cd arc && mage -v test + - run: mage -v test build-dry-run: runs-on: ubuntu-22.04 steps: diff --git a/arc/magefile.go b/magefile.go similarity index 100% rename from arc/magefile.go rename to magefile.go