Skip to content

Commit 874565f

Browse files
committed
testing.
1 parent 2589339 commit 874565f

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
pod repo update
9494
pod install
9595
HOMEBREW_NO_INSTALL_CLEANUP=true brew update && brew install jq
96-
Scripts/start_simulator.sh
97-
Scripts/run_unit_tests.sh
96+
../../Scripts/start_simulator.sh
97+
../../Scripts/run_unit_tests.sh
9898
9999
- name: Check on failures
100100
if: steps.unit_tests.outcome != 'success'
@@ -106,7 +106,7 @@ jobs:
106106
- name: Check on success
107107
if: steps.unit_tests.outcome == 'success'
108108
run: |
109-
Scripts/upload_coveralls.sh
109+
../../Scripts/upload_coveralls.sh
110110
sleep 5
111111
112112
prepare_for_release:
@@ -128,7 +128,7 @@ jobs:
128128
- run: |
129129
wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
130130
gem install cocoapods -v '1.9.3'
131-
Scripts/${{ matrix.script }}.sh
131+
../../Scripts/${{ matrix.script }}.sh
132132
133133
- name: Check prepare for release failure
134134
if: steps.prepare_for_release.outcome != 'success'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)