Skip to content

Commit

Permalink
Add yarn install step in prod workflow (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtMinceraft1010X authored Oct 16, 2023
1 parent 6e6480d commit e7c41ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_REGION }}

# Install the dependencies such as prisma
- name: Install dependencies with immutable lockfile
run: yarn install --frozen-lockfile

# Apply prisma migrations to production prisma database
- name: Apply prisma database migrations
run: |-
Expand Down

0 comments on commit e7c41ee

Please sign in to comment.