Use correct script paths in testing workflow

This commit is contained in:
Danny Moesch 2020-12-30 17:25:30 +01:00 committed by Mingshen Sun
parent 9487eea192
commit 6050903a1f

View file

@ -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