This commit is contained in:
committed by
Victor Bodinaud
parent
a5ff5b34a3
commit
0dd14f6826
21
.gitea/workflows/hermes.yml
Normal file
21
.gitea/workflows/hermes.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: Run Swift Tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: macos
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: ⬇️ Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: 🛠️ Setup node
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
|
||||||
|
- name: 🛠️ Setup Xcode
|
||||||
|
run: sudo xcode-select --switch /Applications/Xcode.app
|
||||||
|
|
||||||
|
- name: 🧪 Test
|
||||||
|
run: swift test
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/.build
|
/.build
|
||||||
|
/.vscode
|
||||||
/Packages
|
/Packages
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
DerivedData/
|
DerivedData/
|
||||||
|
|||||||
Reference in New Issue
Block a user