Skip to content

Commit

Permalink
Unccomenting e2e:steps
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Apr 12, 2024
1 parent 20239cf commit 7542dfa
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@ jobs:
needs: [unit-tests]

steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Check out the repo
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

# - run: npm --prefix users/authservice install
# - run: npm --prefix users/userservice install
# - run: npm --prefix userhistory install
# - run: npm --prefix gatewayservice install
# - run: npm --prefix jordi install
# - run: npm --prefix webapp install
# - run: npm --prefix webapp run build
#
# - run: npm --prefix webapp run test:e2e
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- run: npm --prefix users/authservice install
- run: npm --prefix users/userservice install
- run: npm --prefix userhistory install
- run: npm --prefix gatewayservice install
- run: npm --prefix jordi install
- run: npm --prefix webapp install
- run: npm --prefix webapp run build

- run: npm --prefix webapp run test:e2e

docker-push-webapp:

Expand Down

0 comments on commit 7542dfa

Please sign in to comment.