Removed yml to due lack of perms

This commit is contained in:
Viswamedha Nalabotu 2025-11-19 14:03:11 +00:00
parent e9f2accbf5
commit ca8248431f

View file

@ -1,26 +0,0 @@
image: node:20
variables:
CI: 'true'
# Main job
CI:
interruptible: true
only:
- main
- merge_requests
script:
# This enables task distribution via Nx Cloud
# Run this command as early as possible, before dependencies are installed
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
# Uncomment this line to enable task distribution
# - npx nx start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
- npm ci
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
# - npx nx-cloud record -- echo Hello World
- npx nx run-many -t lint test build
# Nx Cloud recommends fixes for failures to help you get CI green faster. Learn more: https://nx.dev/ci/features/self-healing-ci
after_script:
- npx nx fix-ci