Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 6ff99c08 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

Merge branch 'fix-1' into 'master'

fix: Load module (fixes #1)

Closes #1

See merge request !1
parents 7ada3df8 2bd9b7af
No related branches found
No related tags found
1 merge request!1fix: Load module (fixes #1)
......@@ -7,6 +7,7 @@
- ecgalaxy.php
- ecgalaxy.vscode
vars:
php_version: "8.1"
vscode_extensions:
- ms-azuretools.vscode-docker
- ms-vscode-remote.remote-containers
......
......@@ -2,7 +2,7 @@ def test_commands(host):
cmd = host.run('git --version')
assert cmd.rc == 0
cmd = host.run('php --version')
cmd = host.run('module load php81; php --version')
assert cmd.rc == 0
cmd = host.run('code --version')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment