We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b24ec commit b245ca8Copy full SHA for b245ca8
.gitpod.yml
@@ -8,5 +8,5 @@ ports:
8
9
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
10
tasks:
11
- - init: echo 'init script' # runs during prebuild
12
- command: echo 'start script'
+ - init: composer install # runs during prebuild
+ command: ./vendor/bin/codecept run --steps
0 commit comments