Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Nov 28, 2023
1 parent 413c13a commit 838c07e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

build-and-run-kuzzle:
needs: [unit-tests, prepare-matrix]
name: Build and Run ${{ matrix.kuzzle-image }}
name: Build and Run
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -129,7 +129,7 @@ jobs:
KUZZLE_IMAGE: ${{ matrix.kuzzle-image }}

functional-tests:
name: Functional Tests - ${{ matrix.test_set }} - Node.js v${{ matrix.node-version }}
name: ${{ matrix.test_set }} - Node.js v${{ matrix.node-version }}
needs: [unit-tests, prepare-matrix]
strategy:
matrix:
Expand Down Expand Up @@ -157,6 +157,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"

- name: Install depedencies
run: npm ci

- name: Build kuzzle
run: npm run build

Expand Down

0 comments on commit 838c07e

Please sign in to comment.