From 5b771e6cb866019776019692b6d9cf2db1bef538 Mon Sep 17 00:00:00 2001 From: George Nash Date: Thu, 26 May 2022 23:41:05 +0100 Subject: [PATCH] simplified ci build --- .github/workflows/maven.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4f3c1a173..72a1a95db 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,14 +30,4 @@ jobs: run: mvn -B verify -Pprod --file member-service/pom.xml - name: Build Discovery service run: mvn -B verify -Pprod --file discovery-service/pom.xml - - uses: actions/checkout@v3 - - name: Use Node.js v16.13.2 - uses: actions/setup-node@v3 - with: - node-version: v16.13.2 - - name: Install dependencies - run: npm ci - working-directory: ./gateway - - name: Build - run: npm run webpack:qa:main - working-directory: ./gateway +