Skip to content

Commit

Permalink
dumb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jul 30, 2024
1 parent d28a580 commit 58cdf00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Check if Maestro CLI executable starts up
run: |
mkdir -p "$HOME/.maestro"
printf "e2e" > "$HOME/.maestro/uuid"
maestro --help
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:

- name: Check if Maestro CLI executable starts up
run: |
mkdir -p "$HOME/.maestro"
printf "e2e" > "$HOME/.maestro/uuid"
maestro --help
Expand Down

0 comments on commit 58cdf00

Please sign in to comment.