Skip to content

Commit

Permalink
ci: update local copy of ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jan 7, 2025
1 parent 6459af8 commit 9c9ce0a
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,6 @@ jobs:
lint:
uses: haraka/.github/.github/workflows/lint.yml@master

# coverage:
# uses: haraka/.github/.github/workflows/coverage.yml@master
# secrets: inherit

test:
needs: lint
runs-on: ${{ matrix.os }}
services:
redis:
image: redis
ports:
- 6379:6379
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 16, 18 ]
fail-fast: false

steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
with:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: npm test

needs: [lint]
uses: haraka/.github/.github/workflows/ubuntu.yml@master

0 comments on commit 9c9ce0a

Please sign in to comment.