Skip to content

Commit

Permalink
simplified ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed May 26, 2022
1 parent a9b4aca commit 5b771e6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b771e6

Please sign in to comment.