Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent c3aa50f commit cc7be33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/github_workflows.ex
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ defmodule GithubWorkflows do
[
name: "Remove mise files",
if: "steps.result_cache.outputs.cache-hit != 'true'",
run: "rm .env mise.toml .tool-versions"
run: "rm .mise.toml .tool-versions"
],
[
name: "Test the script",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y expect
- name: Remove mise files
if: steps.result_cache.outputs.cache-hit != 'true'
run: rm .env mise.toml .tool-versions
run: rm .mise.toml .tool-versions
- name: Test the script
if: steps.result_cache.outputs.cache-hit != 'true'
run: cd test/scripts && expect script.exp Linux.sh
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y expect
- name: Remove mise files
if: steps.result_cache.outputs.cache-hit != 'true'
run: rm .env mise.toml .tool-versions
run: rm .mise.toml .tool-versions
- name: Test the script
if: steps.result_cache.outputs.cache-hit != 'true'
run: cd test/scripts && expect script.exp Linux.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y expect
- name: Remove mise files
if: steps.result_cache.outputs.cache-hit != 'true'
run: rm .env mise.toml .tool-versions
run: rm .mise.toml .tool-versions
- name: Test the script
if: steps.result_cache.outputs.cache-hit != 'true'
run: cd test/scripts && expect script.exp Linux.sh
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y expect
- name: Remove mise files
if: steps.result_cache.outputs.cache-hit != 'true'
run: rm .env mise.toml .tool-versions
run: rm .mise.toml .tool-versions
- name: Test the script
if: steps.result_cache.outputs.cache-hit != 'true'
run: cd test/scripts && expect script.exp Linux.sh
Expand Down

0 comments on commit cc7be33

Please sign in to comment.