Skip to content

Commit

Permalink
Try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Apr 15, 2024
1 parent 3729ea9 commit 9e77a18
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,7 +27,7 @@ jobs:
npx nx affected --target=test --parallel=3 --ci --code-coverage
npx nx affected --target=test-doc-coverage --parallel=3
npx nx affected --target=build --parallel=3
main-branch-name: develop
main-branch-name: ${{ github.base_ref || github.ref_name }}

agents:
name: Nx Cloud - Agents
Expand Down

0 comments on commit 9e77a18

Please sign in to comment.