Skip to content

Commit

Permalink
Workflow tesing
Browse files Browse the repository at this point in the history
  • Loading branch information
CS50X-RGB committed Feb 29, 2024
1 parent 6191256 commit c53708e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
- name: Remove Previous build
run: rm -rf ./build

- name: Install dependencies
run: npm install
working-directory: ./

- name: Build app
run: npm run build
working-directory: /
working-directory: ./

- name: Commit-changes
run: |
Expand Down

0 comments on commit c53708e

Please sign in to comment.