This commit is contained in:
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: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Setup Swift
|
||||||
|
uses: swiftwasm/swift@5.9
|
||||||
|
with:
|
||||||
|
swift-version: '5.9' # Change to your Swift version
|
||||||
|
|
||||||
|
- name: Build and test
|
||||||
|
run: |
|
||||||
|
swift test
|
||||||
Reference in New Issue
Block a user