👷 Adding CI for tests
Some checks failed
Run Swift Tests / build (push) Failing after 2s

This commit is contained in:
Victor Bodinaud
2024-03-22 15:10:31 +01:00
committed by Victor Bodinaud
parent a5ff5b34a3
commit 8fbe3a8779
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
name: Run Swift Tests
on:
push:
jobs:
build:
runs-on: macos
steps:
- name: ⬇️ Checkout code v2
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
View File

@@ -1,5 +1,6 @@
.DS_Store .DS_Store
/.build /.build
/.vscode
/Packages /Packages
xcuserdata/ xcuserdata/
DerivedData/ DerivedData/