Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusztal committed Jan 7, 2024
1 parent af96aca commit 1dff299
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
cache: "npm"

- name: Install Dependencies
run: |
cd client
npm install --production
cd ..
# run: |
# cd client
# npm run test
# cd ..

- name: Build Client
run: npm run build --prefix client --if-present

- name: Start Client
run: npm start
# - name: Start Client
# run: npm start

- name: Test Client
run: npm test --prefix client
Expand Down

0 comments on commit 1dff299

Please sign in to comment.