Skip to content

Commit

Permalink
Merge pull request #13 from aquaproj/fix/remove-aqua-yaml-to-avoid-un…
Browse files Browse the repository at this point in the history
…needed-install

fix(test): remove aqua.yaml to avoid unneeded installation
  • Loading branch information
suzuki-shunsuke authored Aug 9, 2022
2 parents 4dac56b + 271f062 commit 9be8902
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ inputs:
runs:
using: composite
steps:
- name: Remove aqua.yaml to avoid unneeded installation
shell: bash
run: "rm aqua.yaml || :"

- name: Run ci-info and update environment variables
shell: bash
# TODO Run the command without `aqua exec`.
Expand Down

0 comments on commit 9be8902

Please sign in to comment.