Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ jobs:
- name: setup pnpm config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER

# this is here because changests refused to format its version
# changes so if we dont format here, lint fails
# this code never gets committed so its a work around for this workflow
- run: pnpm exec nx format:write

- run: pnpm exec nx affected -t build lint test e2e
- run: pnpm exec nx affected -t build test e2e-ci

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down
Loading