Skip to content

Commit

Permalink
Add SPM tests. (google#143)
Browse files Browse the repository at this point in the history
* Add SPM tests.

* Fix indentation.

* No tests yet so only build for now.
  • Loading branch information
petea authored Mar 22, 2022
1 parent 26e5a5c commit 02a4e56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ jobs:
run: bundle install
- name: Lint podspec using local source
run: pod lib lint --verbose --allow-warnings

spm-build-test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build package
run: swift build

0 comments on commit 02a4e56

Please sign in to comment.