Skip to content

Commit

Permalink
Edit path CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
iletai committed Mar 29, 2024
1 parent 8b656b5 commit 5d68f38
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@ jobs:

- name: Build
id: build
run: swift build
run: swift build --disable-test-discovery

# Call deploycocoadpod.yml
- name: Deploy CocoaPods
uses: ./deploycocoapods.yml
with:
token: ${{ secrets.token }}

0 comments on commit 5d68f38

Please sign in to comment.