Skip to content

Commit

Permalink
Add names to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rdalton-va committed Feb 28, 2025
1 parent 4ad187b commit ce4a514
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version: '18.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test:ci
- name: Install Dependencies
run: npm ci
- name: Build Package
run: npm run build
- name: Run Tests
run: npm run test:ci

0 comments on commit ce4a514

Please sign in to comment.