Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 29, 2024
1 parent 8e14515 commit cd64ce8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/retrieve_domains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: bash functions/retrieve_domains.sh

- name: Push
if: ${{ success() || failure() }}
run: |
git config user.email ${{ vars.GIT_EMAIL }}
git config user.name ${{ vars.GIT_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function log_source {
}

function format_list {
bash data/tools.sh "format" "$1"
bash functions/tools.sh "format" "$1"
}

function cleanup {
Expand Down
2 changes: 1 addition & 1 deletion functions/test_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function test_retrieval_validate {
elif [[ "$script_to_test" == 'validate' ]]; then
cp input.txt "$raw_file" # Input
mv input.txt "$raw_light_file" # Input
bash functions/validate_domains.sh || true # Run lists check script and ignore exit status
bash functions/validate_raw.sh || true # Run lists check script and ignore exit status
fi
printf "%s\n" "------------------------------------------------------------------"

Expand Down
File renamed without changes.

0 comments on commit cd64ce8

Please sign in to comment.