Skip to content

Commit

Permalink
More tweaks to the workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbjensen committed Jan 13, 2025
1 parent 9ac1bb8 commit f106ec3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- run: npm ci
- run: npm i
- run: npm run lint

- name: Download Code Climate Test Reporter
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ jobs:
build:
runs-on: ubuntu-latest

services:
redis:
image: redis:latest
ports:
- 6379:6379
options: >-
--health-cmd "redis-cli ping || exit 1"
--health-interval 5s
--health-timeout 5s
--health-retries 5
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f106ec3

Please sign in to comment.