Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 2, 2024
1 parent 96f4c0f commit fd78e2a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
run: |
ls -la
unzip maestro.zip -d maestro_extracted
echo "$PWD/maestro_extracted/bin" >> $GITHUB_PATH
ls -la maestro_extracted
echo "$PWD/maestro_extracted/maestro/bin" >> $GITHUB_PATH
- name: Check if Maestro CLI executable starts up
run: |
Expand Down
13 changes: 13 additions & 0 deletions .run/maestro-cli.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="maestro-cli" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="1.8" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="MAIN_CLASS_NAME" value="maestro.cli.AppKt" />
<module name="maestro.maestro-cli" />
<option name="PROGRAM_PARAMETERS" value="$Prompt$" />
<option name="WORKING_DIRECTORY" value="$FilePrompt$" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>

0 comments on commit fd78e2a

Please sign in to comment.