Skip to content

Commit

Permalink
fix: ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Mar 30, 2024
1 parent d525d70 commit d985aae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ jobs:

- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v4

- run: |
echo "BASE: ${{ env.NX_BASE }}"
echo "HEAD: ${{ env.NX_HEAD }}"
with:
main-branch-name: "main"

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

0 comments on commit d985aae

Please sign in to comment.