Skip to content

Commit

Permalink
Merge pull request #496 from lkiesow/dont-ignore-warnings
Browse files Browse the repository at this point in the history
Set CI=true in all workflows
  • Loading branch information
ziegenberg authored Jun 4, 2024
2 parents 1a9de24 + 1c5abde commit 2f6c472
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
run: npm ci

- name: build project
env:
CI: false
run: npm run build

- name: create pages directory
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
run: npm ci

- name: build app
run: npm run build
env:
PUBLIC_URL: /${{ steps.build-path.outputs.build }}
CI: false
run: npm run build

- name: prepare git
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ jobs:
run: npm ci

- name: build project
env:
CI: false
run: npm run build

0 comments on commit 2f6c472

Please sign in to comment.