Skip to content

Commit

Permalink
Worklow testing ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
CS50X-RGB committed Feb 29, 2024
1 parent c53708e commit d67a4d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
working-directory: ./

- name: Build app
run: npm run build
run: |
CI=false npm run build
working-directory: ./

- name: Commit-changes
Expand Down

0 comments on commit d67a4d9

Please sign in to comment.