Skip to content

Commit

Permalink
Update macOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Aug 7, 2024
1 parent 062b3fa commit 0fd3996
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: macOS

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

jobs:
build:
runs-on: macos-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v

0 comments on commit 0fd3996

Please sign in to comment.