Skip to content

Commit

Permalink
yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Feb 26, 2024
1 parent c1d881a commit 90ec386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Formatting check
run: |
yarn add [email protected] @trivago/prettier-plugin-sort-imports
yarn format-check
yarn add [email protected] @trivago/prettier-plugin-sort-imports
yarn format-check
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:
GRAPHQL_API: http://0.0.0.0:33000/graphql
KEYCLOAK_API: http://0.0.0.0:38088/auth
run: |
yarn install
yarn build
yarn start
Expand Down
3 changes: 1 addition & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ KCADM_LOGIN = $(KCADM) config credentials --config $(KCADM_CONFIG) $(KCADM_STRIN

.PHONY: build-lagoon
build-lagoon:
docker compose pull
docker compose up -d
docker compose up -d --quiet-pull
$(MAKE) wait-for-keycloak
@echo "\nYour Lagoon stack is now running locally - use 'GRAPHQL_API=http://0.0.0.0:33000/graphql KEYCLOAK_API=http://0.0.0.0:38088/auth' as the variables to access it\n"

Expand Down

0 comments on commit 90ec386

Please sign in to comment.