Skip to content

Commit

Permalink
yarn installs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Feb 26, 2024
1 parent d296d29 commit b835f1f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install dependencies
run: yarn

- name: Checkout Repository
uses: actions/checkout@v4

- name: Formatting check
run: yarn prettier --check --config .prettierrc
run: |
yarn prettier@2.8.7 @trivago/prettier-plugin-sort-imports
yarn prettier --check --config .prettierrc
lint:
runs-on: ubuntu-latest
Expand All @@ -44,10 +49,7 @@ jobs:
uses: actions/setup-node@v3.1
with:
node-version: '16'

- name: Install Dependencies
run: yarn install


- name: Build and start Lagoon-minimal
run: |
cd test
Expand Down

0 comments on commit b835f1f

Please sign in to comment.