Skip to content

Commit

Permalink
CI improvements (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSincere committed Oct 10, 2023
1 parent 68c0a9c commit 47eae06
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ name: Tests

on:
push:
branches: [ "main" ]
branches: ["**"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:

runs-on: macos-latest
runs-on: macos-13

steps:
- uses: swift-actions/setup-swift@v1
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
- uses: swift-actions/setup-swift@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v3
- name: Build for release
run: swift build -v -c release

0 comments on commit 47eae06

Please sign in to comment.