Skip to content

Commit

Permalink
More changes to the ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
AnselmMarie committed Oct 15, 2024
1 parent f36c04c commit 5db0eab
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 @@ -51,7 +51,7 @@ jobs:
NODE_OPTIONS: '--experimental-vm-modules'
NX_BASE: ${{ env.NX_BASE }}
NX_HEAD: ${{ env.NX_HEAD }}
run: NX_VERBOSE_LOGGING=true npx nx affected:lint --base=$NX_BASE --head=$NX_HEAD
run: NX_CLOUD=false NX_VERBOSE_LOGGING=true npx nx affected:lint --base=$NX_BASE --head=$NX_HEAD

# - run: npx nx affected:test
# - run: npx nx affected --parallel 1 -t e2e-ci

0 comments on commit 5db0eab

Please sign in to comment.