Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Jun 6, 2024
1 parent 0f01cd1 commit 9c18ba1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Test & Deploy

on:
push:
branches:
- main
pull_request:

permissions:
Expand All @@ -22,8 +20,7 @@ jobs:
with:
node-version: 21
- run: |
npm install -g firebase-tools nx
npm install -g firebase-tools nx --ignore-scripts
- run: bunx nx-cloud start-ci-run --distribute-on="3 linux-medium-js-bun"
- run: bunx nx-cloud record -- nx format:check
- run: bunx nx affected -t build lint test
Expand Down

0 comments on commit 9c18ba1

Please sign in to comment.