From 17ed94cf9b2bfe73a32f2e7eb694c99b3b119421 Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Sun, 18 Apr 2021 11:00:49 +0100 Subject: [PATCH] Simplify publish script --- .github/workflows/node-js-publish.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/node-js-publish.yml b/.github/workflows/node-js-publish.yml index 7b86493..42d18c9 100644 --- a/.github/workflows/node-js-publish.yml +++ b/.github/workflows/node-js-publish.yml @@ -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