Skip to content

Commit

Permalink
Merge pull request #1013 from WalletConnect/develop
Browse files Browse the repository at this point in the history
1.6.16
  • Loading branch information
llbartekll authored Aug 7, 2023
2 parents 3160156 + 087b484 commit 0137df6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/WalletConnectRelay/PackageConfig.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.6.15"}
{"version": "1.6.16"}
8 changes: 6 additions & 2 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ mkdir test_results
DEVICE_ID=$(xcrun simctl create "EphemeralSim$SCHEME" "iPhone 14")
echo "Created ephemeral simulator with id: $DEVICE_ID"

# If xctestrun file exists, update it and run test-without-building otherwise run regular test
XCTESTRUN=$(find . -name "*_$SCHEME*.xctestrun")
if [ -z "$TESTPLAN" ]; then
XCTESTRUN=$(find . -name "*_$SCHEME*.xctestrun")
else
XCTESTRUN=$(find . -name "*_$TESTPLAN*.xctestrun")
fi

# If xctestrun file exists, update it and run test-without-building otherwise run regular test
if [ -z "$XCTESTRUN" ]; then
echo "XCTESTRUN file not found"

Expand Down

0 comments on commit 0137df6

Please sign in to comment.