👷 Adding CI for tests
This commit is contained in:
committed by
Victor Bodinaud
parent
a5ff5b34a3
commit
7cc941c298
20
.gitea/workflows/hermes.yml
Normal file
20
.gitea/workflows/hermes.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Run Swift Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos
|
||||
|
||||
steps:
|
||||
- name: ⬇️ Checkout code v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 🛠️ Setup node
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
- name: 🧪 Test
|
||||
run: swift test
|
||||
Reference in New Issue
Block a user