Skip to content

Commit

Permalink
ajust actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Jan 21, 2024
1 parent 223d334 commit 3941da5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile # Install dependencies using yarn with a frozen lockfile

- name: Setup Nx SHA
uses: nrwl/nx-set-shas@v3 # Sets environment variables for commit SHAs, optimizing Nx's change detection for efficient CI processes

- name: Check Git Branch
run: git branch --track main origin/main # This line is needed for nx affected to work when CI is running on a PR

- name: Run Build App
run: npx nx build series-workspace #build the app

Expand Down

0 comments on commit 3941da5

Please sign in to comment.