Skip to content

Commit

Permalink
Update test-ios-e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Sep 9, 2024
1 parent 359811a commit 3aa1b44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-ios-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
base64 -d <<< ${{ secrets.CONFIG }} > Config.xcconfig
base64 -d <<< ${{ secrets.TEST_CONFIG }} > ConfigTest.xcconfig
echo "Contents of Config.xcconfig:"
cat Config.xcconfig
echo "Contents of ConfigTest.xcconfig:"
cat ConfigTest.xcconfig
# - name: Run tests on iPad
# working-directory: ./LocationServices
Expand Down

0 comments on commit 3aa1b44

Please sign in to comment.