We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c94612 + 88a0407 commit d66547bCopy full SHA for d66547b
.github/workflows/test.yml
@@ -4,6 +4,7 @@ on:
4
branches:
5
- master
6
pull_request:
7
+ workflow_dispatch:
8
schedule:
9
- cron: 0 0 * * *
10
@@ -18,10 +19,10 @@ jobs:
18
19
- name: setup-cocoapods
20
uses: ./
21
with:
- version: 1.9.0
22
+ version: 1.10.0
23
24
- name: Validate version
- run: pod --version | grep "1.9.0"
25
+ run: pod --version | grep "1.10.0"
26
27
install-on-clean-machine:
28
name: install on clean machine
.github/workflows/workflow.yml
0 commit comments