Skip to content

Commit

Permalink
feat: Added CI:false to workflow file to ignore build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Feb 2, 2024
1 parent 76f09b6 commit 3a27024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-api-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Install dependencies
run: pnpm install
env:
CI: false

# Runs a set of commands using the runners shell
- name: Run a test
Expand Down

0 comments on commit 3a27024

Please sign in to comment.