Skip to content

Commit

Permalink
ci: build package separately as part of framework workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Mar 27, 2024
1 parent e383d70 commit 5cfe804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/skip-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Verify Skip Framework
run: skip verify

- name: Build Package
run: swift build

- name: Test macOS & Robolectric (local)
run: skip test --verbose

Expand Down

0 comments on commit 5cfe804

Please sign in to comment.