From b08fca2369dc3b910ac0caae832b12ce9406ad5e Mon Sep 17 00:00:00 2001 From: Kathryn Anne S Tan Date: Sun, 5 May 2024 19:04:07 +0300 Subject: [PATCH] Bring back test workflow --- .github/workflows/build.yml | 2 +- ci.yml => .github/workflows/ci.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ci.yml => .github/workflows/ci.yml (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39e2274..395f772 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,5 +38,5 @@ jobs: run: | git config --global user.name 'Kathryn Tan' git config --global user.email 'ktan.software.developer@users.noreply.github.com' - git commit -am "Automated build" + git commit -a "Automated build" git push \ No newline at end of file diff --git a/ci.yml b/.github/workflows/ci.yml similarity index 100% rename from ci.yml rename to .github/workflows/ci.yml