Skip to content

Commit

Permalink
add github action config file
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenebokhan committed Jun 17, 2024
1 parent 2330444 commit d8f2317
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test Swift Package

on:
pull_request:
branches: [main]

jobs:
test:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3

- name: Build
run: swift build

- name: Run tests
run: swift test

0 comments on commit d8f2317

Please sign in to comment.