💚 fix CI
Some checks failed
Hermes CI / build (push) Failing after 23s

This commit is contained in:
Victor Bodinaud
2024-01-14 21:02:37 +01:00
parent e1b86ee6c8
commit 2794a00cab

16
.gitea/workflows/main.yml Normal file
View File

@@ -0,0 +1,16 @@
name: Hermes CI
run-name: ${{ gitea.actor }} is testing Hermes 🚀
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Swift
uses: fwal/setup-swift@v1
- name: Build
run: swift build
- name: Run tests
run: swift test