Skip to content

Commit

Permalink
fix: nxjson
Browse files Browse the repository at this point in the history
  • Loading branch information
SubstantialCattle5 committed Jul 25, 2024
1 parent 07ed9e5 commit 11dab43
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ on:
branches:
- main

permissions:
actions: read
contents: read

jobs:
main:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -40,5 +36,5 @@ jobs:
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

- name: Nx Cloud - Stop CI Run
run: npx nx-cloud stop-ci-run
- name: Nx Cloud - Complete CI Run
run: npx nx-cloud complete-ci-run

0 comments on commit 11dab43

Please sign in to comment.