mirror of
https://github.com/Mueller-Patrick/DHBW-Service-App.git
synced 2024-11-22 09:23:57 +00:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
38f555bba5
19
.github/workflows/swift.yml
vendored
Normal file
19
.github/workflows/swift.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Swift
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: swift build -v
|
||||
- name: Run tests
|
||||
run: swift test -v
|
Loading…
Reference in New Issue
Block a user