Skip to content

Commit

Permalink
Merge pull request #8 from matthewgallo/ci-test
Browse files Browse the repository at this point in the history
fix: ci setup
  • Loading branch information
matthewgallo authored Sep 23, 2024
2 parents d5bb0d1 + 321a9ed commit 45a4399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: yarn

# Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected
- run: npx nx affected -t lint test build
- run: npx nx affected -t lint test build --base=origin/main --head=origin/${{ github.head_ref || github.ref_name }}

0 comments on commit 45a4399

Please sign in to comment.