Skip to content

Commit

Permalink
set CI
Browse files Browse the repository at this point in the history
  • Loading branch information
legendsayantan committed Apr 25, 2023
1 parent f10c0b0 commit cb097cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
uses: actions/checkout@v2

- name: Set environment variable
run: export CI=false
run: CI=''

- name: Install dependencies
run: npm install

- name: Build the project
run: npm run build
run: npm run build -- --max-warnings=0

- name: Push to is-a.dev repository
uses: cpina/github-action-push-to-another-repository@main
Expand Down

0 comments on commit cb097cc

Please sign in to comment.