sdkman-for-fish/.idea/runConfigurations/Test.xml
Raphael Reitzig e4e94a2653 chore: Update test workflow
- fish-actions/install-fish got a tag
- Ubuntu 22.04 is the latest LTS
- fisher installs differently nowadays
2023-06-25 10:13:47 +02:00

14 lines
No EOL
594 B
XML

<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Test" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="sdkman-for-fish-tests" />
<option name="containerName" value="" />
<option name="contextFolderPath" value="." />
<option name="commandLineOptions" value="--rm" />
<option name="sourceFilePath" value="test/Dockerfile" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>