Skip to content

Commit

Permalink
Fix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
conanbatt committed Nov 13, 2024
1 parent 6089fae commit d8547c3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/interview-ready-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
with:
node-version: "20"

- name: Go to folder
run: cd technical-fundamentals && ls

- name: Install dependencies
run: npm install
run: cd technical-fundamentals && npm install

- name: Run npm command
run: npm run strings
run: cd technical-fundamentals && npm run strings

0 comments on commit d8547c3

Please sign in to comment.