Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Nov 10, 2023
1 parent 4ffb73d commit f0a3284
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 1,329 deletions.
141 changes: 0 additions & 141 deletions .github/workflows/build-containers-pr.yml

This file was deleted.

112 changes: 0 additions & 112 deletions .github/workflows/build-containers-target-branch.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/build-test-eclwatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Cache node modules
uses: actions/cache@v2
with:
path: ./esp/src/node_modules
key: npm-deps-${{ hashFiles('./esp/src/package-lock.json') }}
restore-keys: |
npm-deps-${{ hashFiles('./esp/src/package-lock.json') }}
- name: Install Dependencies
working-directory: ./esp/src
run: npm ci
Expand Down
Loading

0 comments on commit f0a3284

Please sign in to comment.