Don't create the apps on test

This commit is contained in:
adrinr 2023-01-25 10:13:35 +00:00
parent 7027abeaa2
commit 768e84d9b3
1 changed files with 1 additions and 1 deletions

View File

@ -53,5 +53,5 @@ yarn build
#### Build Image #### Build Image
The following yarn command does some prep and then runs the docker build command: The following yarn command does some prep and then runs the docker build command:
``` ```
yarn build:docker:tests yarn build:docker:dependencies
``` ```