Use correct script paths in testing workflow
This commit is contained in:
parent
9487eea192
commit
6050903a1f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
export PATH="/usr/local/opt/go@1.14/bin:$PATH"
|
export PATH="/usr/local/opt/go@1.14/bin:$PATH"
|
||||||
bundle install
|
bundle install
|
||||||
bundle exec pod install
|
bundle exec pod install
|
||||||
./wcarthage bootstrap --platform iOS
|
./scripts/wcarthage bootstrap --platform iOS
|
||||||
./gopenpgp_build.sh
|
./scripts/gopenpgp_build.sh
|
||||||
- name: Testing
|
- name: Testing
|
||||||
run: bundle exec fastlane test
|
run: bundle exec fastlane test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue