Skip to content

Commit

Permalink
[ci] try to reveal the api key
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenbitmark committed Mar 8, 2024
1 parent ce1899c commit 8d342f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/detect_and_test_changes.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

echo "Changed files: $CHANGED_FILES"
echo "API KEY: $COINMARKETCAP_API_KEY"

# Read the mapping file
declare -A MAPPING
Expand Down Expand Up @@ -40,7 +41,6 @@ TEST_FILES=$(echo "$TEST_FILES" | tr ' ' '\n' | sort -u | tr '\n' ' ')
if [ -n "$TEST_FILES" ]; then
echo "Running tests for changed contracts:"
echo $TEST_FILES
echo $COINMARKETCAP_API_KEY
truffle test $TEST_FILES
else
echo "No contract changes detected."
Expand Down

0 comments on commit 8d342f4

Please sign in to comment.