From 47bf2cc417cf6c9f7ea8ef16907c42ec36d08714 Mon Sep 17 00:00:00 2001 From: Victor Bodinaud Date: Fri, 22 Mar 2024 15:10:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Adding=20CI=20for=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/hermes.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/hermes.yml diff --git a/.gitea/workflows/hermes.yml b/.gitea/workflows/hermes.yml new file mode 100644 index 0000000..6fde311 --- /dev/null +++ b/.gitea/workflows/hermes.yml @@ -0,0 +1,19 @@ +name: Run Swift Tests + +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Setup Swift + uses: swift-actions/setup-swift@v2 + + - name: Build and test + run: | + swift test