Skip to content

Commit

Permalink
chore: setting up actions for automation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Swati Mukherjee authored and Swati Mukherjee committed Aug 7, 2024
1 parent 2f4d729 commit 634bbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-automation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: "20" # Specify your Node.js version

- name: Install dependencies
run: npm install && npm postinstall
run: npm install && npm run postinstall

- name: Build and start local server
run: npm run re:build && npm start &
Expand Down

0 comments on commit 634bbaa

Please sign in to comment.