Skip to content

Commit

Permalink
test: add lake clean step to build args functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson committed Nov 23, 2024
1 parent fd9f626 commit be3e8f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/functional_tests/lake_build_args/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
lake update
shell: bash

- name: "run `lean-action`"
- name: "run `lean-action` with build-args"
id: lean-action
uses: ./
with:
Expand All @@ -44,6 +44,10 @@ runs:
run: .github/functional_tests/test_helpers/verify_action_output.sh
shell: bash

- name: lake clean
run: lake clean
shell: bash

- name: "run `lean-action` with multiple build args"
id: lean-action-multiple-build-args
uses: ./
Expand Down

0 comments on commit be3e8f3

Please sign in to comment.