Skip to content

Commit

Permalink
test on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Mar 6, 2024
1 parent 1d7a349 commit 2a2c2c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ branding:
icon: share
color: yellow

on:
failure:
always: true

inputs:
github_token:
description: "Set a GitHub token to authenticate deployment. This is autogenerated by the action."
Expand Down Expand Up @@ -51,7 +55,6 @@ runs:
run: |
python -m pip install --upgrade pip
python -m pip install "kedro-viz>=7.1.0"
pip install -r requirements.txt
- name: Consent to the use of Kedro-Telemetry
run: "echo 'consent: ${{ inputs.telemetry_consent }}' > .telemetry"
shell: bash
Expand Down

0 comments on commit 2a2c2c2

Please sign in to comment.