Skip to content

Commit

Permalink
ci: update file
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenbitmark committed Mar 8, 2024
1 parent 8d342f4 commit 90602db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/scripts/detect_and_test_changes.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

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

# Read the mapping file
declare -A MAPPING
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
- name: Test
env:
COINMARKETCAP_API_KEY: ${{ secrets.COINMARKETCAP_API_KEY }}
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
TARGET_BRANCH: ${{ github.base_ref }}
COINMARKETCAP_API_KEY: ${{ secrets.COIN_MARKETCAP_API_KEY }}
run: .github/scripts/detect_and_test_changes.sh

run: .github/scripts/detect_and_test_changes.sh

0 comments on commit 90602db

Please sign in to comment.