/[sudobot]/trunk/.github/workflows/build.yml
ViewVC logotype

Diff of /trunk/.github/workflows/build.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 135 by rakin, Mon Jul 29 17:28:44 2024 UTC revision 145 by rakin, Mon Jul 29 17:28:46 2024 UTC
# Line 22  jobs: Line 22  jobs:
22        with:        with:
23          node-version: ${{ matrix.node-version }}          node-version: ${{ matrix.node-version }}
24            
25        - name: "Install Dependencies"
26      - run: npm install      - run: npm install
27    
28        - name: "Install Dev Dependencies"
29      - run: npm install --dev      - run: npm install --dev
30    
31        - name: "Run ESLint"
32        - run: npm run lint
33    
34        - name: "Build"
35      - run: npm run build --if-present      - run: npm run build --if-present
36    
37        - name: "Run Test Suites"
38      - run: npm run test --if-present      - run: npm run test --if-present

Legend:
Removed from v.135  
changed lines
  Added in v.145

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26