Skip to content

Commit

Permalink
ADd debug statmenet
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar committed Oct 26, 2023
1 parent 21d4292 commit ebcb321
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/all-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ jobs:
# spark-version: '3.4.1'
# hadoop-version: '3'
- name: Set Env
run: echo "HADOOP_HOME=C:\hadoop" >> "$GITHUB_ENV"
run: |
echo "HADOOP_HOME=C:\hadoop" >> "$GITHUB_ENV"
echo "action_state=yellow" >> "$GITHUB_ENV"
- name: Run `kedro run` end to end tests for all starters
run: |
printf '%s\n' "$action_state"
printf '%s\n' "$HADOOP_HOME"
Invoke-WebRequest https://github.com/steveloughran/winutils/blob/master/hadoop-2.7.1/bin/winutils.exe?raw=true -OutFile winutils.exe
Invoke-WebRequest https://github.com/steveloughran/winutils/blob/master/hadoop-2.7.1/bin/hadoop.dll?raw=true -OutFile hadoop.dll
Move-Item .\hadoop.dll C:\Windows\System32
Expand Down

0 comments on commit ebcb321

Please sign in to comment.