From e48b301e0f6261a0276a5b47b68f376cad8df7fd Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Wed, 17 Apr 2024 15:05:05 -0600
Subject: rename gitea workflow

---
 .gitea/workflows/codecov.yaml | 14 --------------
 .gitea/workflows/tests.yaml   | 14 ++++++++++++++
 2 files changed, 14 insertions(+), 14 deletions(-)
 delete mode 100644 .gitea/workflows/codecov.yaml
 create mode 100644 .gitea/workflows/tests.yaml

(limited to '.gitea/workflows')

diff --git a/.gitea/workflows/codecov.yaml b/.gitea/workflows/codecov.yaml
deleted file mode 100644
index ed1485d..0000000
--- a/.gitea/workflows/codecov.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: Tests 
-run-name: Run Tests
-on: [push]
-
-jobs:
-  Test-CodeCov:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@master
-      - uses: swift-actions/setup-swift@v2
-        with:
-          swift-version: "5.9"
-      - name: Run Tests
-        run: swift test --enable-code-coverage 
diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml
new file mode 100644
index 0000000..ed1485d
--- /dev/null
+++ b/.gitea/workflows/tests.yaml
@@ -0,0 +1,14 @@
+name: Tests 
+run-name: Run Tests
+on: [push]
+
+jobs:
+  Test-CodeCov:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@master
+      - uses: swift-actions/setup-swift@v2
+        with:
+          swift-version: "5.9"
+      - name: Run Tests
+        run: swift test --enable-code-coverage 
-- 
cgit v1.2.3