From 3941da54ffd0d5c818d46a64c51f6c0f720aef93 Mon Sep 17 00:00:00 2001 From: Arcadio Quintero Date: Sat, 20 Jan 2024 20:42:18 -0500 Subject: [PATCH] ajust actions --- .github/workflows/firebase-hosting-merge.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 4e5503c..6510f32 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -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