Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaida12345 authored Nov 6, 2024
1 parent c6d84f8 commit 6ebfe4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ on:
branches: [ "main" ]

jobs:
build:

BuildnTest:
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build
run: swift build -v

- name: Run tests
run: swift test -v

0 comments on commit 6ebfe4d

Please sign in to comment.