From 6050903a1f49f087218c6604abbbdad3455a04cb Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Wed, 30 Dec 2020 17:25:30 +0100 Subject: [PATCH] Use correct script paths in testing workflow --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 15f6117..5422526 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -16,7 +16,7 @@ jobs: export PATH="/usr/local/opt/go@1.14/bin:$PATH" bundle install bundle exec pod install - ./wcarthage bootstrap --platform iOS - ./gopenpgp_build.sh + ./scripts/wcarthage bootstrap --platform iOS + ./scripts/gopenpgp_build.sh - name: Testing run: bundle exec fastlane test