Skip to content

Commit

Permalink
Simplify publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Apr 18, 2021
1 parent cfeed81 commit 17ed94c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/node-js-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
services:
rabbitmq:
image: rabbitmq:3-management-alpine
ports:
- 5672:5672
- 15672:15672
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: npm install -g eslint
- run: npm ci
- run: npm run lint
- run: npm test
Expand Down

0 comments on commit 17ed94c

Please sign in to comment.