Skip to content

Commit

Permalink
that no worky lol
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Feb 7, 2024
1 parent 8f42fbd commit c51d52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_debug_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache-dependency-path: ./server_manager/package.json

- name: Install NPM Dependencies
run: npm ci --workspace=server_manager
run: npm ci

- name: Lint
run: npm run lint
Expand All @@ -50,7 +50,7 @@ jobs:
cache-dependency-path: ./server_manager/package.json

- name: Install NPM Dependencies
run: npm ci --workspace=server_manager
run: npm ci

- name: Manager Web Test
run: npm run action server_manager/test
Expand Down

0 comments on commit c51d52a

Please sign in to comment.