Skip to content

Commit

Permalink
disabled CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmore committed Jun 19, 2024
1 parent 9b0a0a1 commit e0e209d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/all-dev-rig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install Dependencies
run: npm install --legacy-peer-deps

- name: Install Missing Babel Plugin
run: npm install --save-dev @babel/plugin-proposal-private-property-in-object

- name: Run Husky Install
run: npm run prepare

Expand Down Expand Up @@ -75,6 +78,7 @@ jobs:
REACT_APP_IS_APP_IFRAME: ${{ vars.REACT_APP_IS_APP_IFRAME }}
REACT_APP_IS_APP_TEST_RIG: ${{ vars.REACT_APP_IS_APP_TEST_RIG }}
REACT_APP_IS_APP_LANGUAGES: ${{ vars.REACT_APP_IS_APP_LANGUAGES }}
CI: false # Disabling CI to not treat warnings as errors
run: npm run build

- name: Deploy to S3 Bucket
Expand Down

0 comments on commit e0e209d

Please sign in to comment.