From 4f6c9797a6d71759e65f9600e3729468c40e0e4c Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Sun, 7 Jan 2024 15:47:45 +0700 Subject: [PATCH] ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e612ecf..f490059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - run: npm ci - uses: nrwl/nx-set-shas@v3 # This line is needed for nx affected to work when CI is running on a PR - - run: git branch --track master origin/master + # - run: git branch --track master origin/master - run: npx nx format:check - run: npx nx affected -t lint,test,build --parallel=3