Skip to content

Commit

Permalink
Fail test and build for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Jan 4, 2024
1 parent dd3acf9 commit f053e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm ci

- name: Test
run: npm test
run: exit 1

- name: Build and prepare for a potential 'npm publish'
run: gulp npm-prepare
Expand Down

0 comments on commit f053e4b

Please sign in to comment.