Skip to content

Commit

Permalink
Update GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
antonko committed Mar 27, 2024
1 parent 834ae92 commit 2921e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Check on Push
on:
push:
branches: [main]

jobs:
frontend-check:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
working-directory: ./frontend

- name: Install dependencies
run: yarn install --frozen-lockfile --production
run: yarn install
working-directory: ./frontend

- name: Run build
Expand All @@ -88,4 +88,4 @@ jobs:

- name: Install dependencies
working-directory: ./backend
run: pdm install --no-dev
run: pdm install

0 comments on commit 2921e7a

Please sign in to comment.