Skip to content

Commit

Permalink
Change ci workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Sep 18, 2024
1 parent 72b78b4 commit 75c85b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/studio.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: App CI
name: Studio CI

on:
push:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
path: ./node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}

- name: Build App
- name: Build Studio
run: yarn nx run studio:build --prod --skip-nx-cache

autodeploy:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
echo "BUILD_MODE=prod" >> $GITHUB_ENV
fi
- name: Build App
- name: Build Studio
run: NODE_ENV='production' yarn nx run studio:build --configuration=production --mode $BUILD_MODE --skip-nx-cache

- name: Deploy
Expand Down

0 comments on commit 75c85b2

Please sign in to comment.