diff --git a/.github/workflows/artillery.yml b/.github/workflows/artillery.yml index 7c5e404..d29a972 100644 --- a/.github/workflows/artillery.yml +++ b/.github/workflows/artillery.yml @@ -12,6 +12,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 + - name: Install + run: npm ci + - name: Execute load tests uses: artilleryio/action-cli@v1 with: