Skip to content

Commit

Permalink
eh, nah
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Feb 7, 2024
1 parent 7368428 commit e440fa1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_test_debug_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cache-dependency-path: ./package-lock.json

- name: Install NPM Dependencies
run: npm set cache .npm && npm ci --ignore-scripts
run: npm ci

- name: Install Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
cache-dependency-path: ./package-lock.json

- name: Install NPM Dependencies
run: npm ci --cache .npm --prefer-offline
run: npm ci

- name: Install Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
cache-dependency-path: ./package-lock.json

- name: Install NPM Dependencies
run: npm ci --cache .npm --prefer-offline
run: npm ci

- name: Install Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
cache-dependency-path: ./package-lock.json

- name: Install NPM Dependencies
run: npm ci --cache .npm --prefer-offline
run: npm ci

- name: Install Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
cache-dependency-path: ./package-lock.json

- name: Install NPM Dependencies
run: npm ci --cache .npm --prefer-offline
run: npm ci

- name: Install Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
cache-dependency-path: ./package-lock.json

- name: Install NPM Dependencies
run: npm ci --cache .npm --prefer-offlines
run: npm ci

- name: Install Go
uses: actions/setup-go@v4
Expand Down
10 changes: 5 additions & 5 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 --cache .npm --prefer-offline
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 --cache .npm --prefer-offline
run: npm ci

- name: Manager Web Test
run: npm run action server_manager/test
Expand All @@ -73,7 +73,7 @@ jobs:
cache-dependency-path: ./server_manager/package.json

- name: Install NPM Dependencies
run: npm ci --cache .npm --prefer-offline
run: npm ci

- name: Build Linux Manager
run: npm run action server_manager/electron_app/build linux
Expand All @@ -97,7 +97,7 @@ jobs:
cache-dependency-path: ./server_manager/package.json

- name: Install NPM Dependencies
run: npm ci --cache .npm --prefer-offline
run: npm ci

- name: Build Windows Manager
run: npm run action server_manager/electron_app/build windows
Expand All @@ -120,7 +120,7 @@ jobs:
cache-dependency-path: ./server_manager/package.json

- name: Install NPM Dependencies
run: npm ci --cache .npm --prefer-offline
run: npm ci

- name: Set XCode Version
run: sudo xcode-select -switch /Applications/Xcode_13.2.app
Expand Down

0 comments on commit e440fa1

Please sign in to comment.