Skip to content

Commit

Permalink
fix: don't use nx cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Sep 16, 2024
1 parent 1305f24 commit 19e0514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
# - run: npx nx-cloud record -- echo Hello World
# 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 --no-cloud
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -51,12 +51,12 @@ jobs:
run: INPUT_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} npx nx affected --base=$NX_BASE --head=$NX_HEAD --target=container --parallel=2
- name: Semantic Release
shell: bash
run: npx nx release
run: npx nx release --no-cloud
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Tag last-release
shell: bash
run: |
git push && git push --tags
npx nx affected -t tag-docker
npx nx affected -t tag-docker --no-cloud
25 changes: 0 additions & 25 deletions apps/frontend-bff/src/app/app.spec.tsx

This file was deleted.

0 comments on commit 19e0514

Please sign in to comment.