Skip to content

Commit

Permalink
fix(build.yml): correct command for running tests in GitHub Actions w…
Browse files Browse the repository at this point in the history
…orkflow to ensure proper execution of test tasks (#27)
  • Loading branch information
codemile authored Aug 20, 2024
1 parent a31ea85 commit 35bda84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: ./.github/actions/install

- name: "🔨 Test"
run: ${{ env.NX }} affected -t test --passWithNoTests
run: ${{ env.NX }} run -t test --passWithNoTests

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 35bda84

Please sign in to comment.