Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatch22 committed Nov 7, 2023
1 parent 52bcd9e commit 0a902ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tracksight-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ run-name: Tracksight Frontend CI 🚀
on:
push:
paths:
- "software/tracksight/frontend/**"
#- "software/tracksight/frontend/**"
jobs:
build:
runs-on: ubuntu-latest
steps:

- name: Checkout repo
uses: actions/checkout@v3
with:
submodules: 'recursive' # Use this if you have submodules

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -41,4 +39,4 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-

0 comments on commit 0a902ea

Please sign in to comment.