Skip to content

Commit

Permalink
gitpod settings
Browse files Browse the repository at this point in the history
  • Loading branch information
4dvanceboy-test committed Feb 24, 2021
1 parent adcf279 commit 32aafb4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-preview

# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: mvn compile
- init: mvn install -Dsuite=parallel.xml # runs during prebuild
command: echo 'Please check your test on https://automation.lambdatest.com/'

0 comments on commit 32aafb4

Please sign in to comment.