From d91fb0802cec3e4bac893cd4d5547484a2784a7e Mon Sep 17 00:00:00 2001 From: Oscar Reyes Date: Tue, 16 Apr 2024 10:46:22 -0600 Subject: [PATCH] chore: adding artillery tests --- .github/workflows/artillery.yml | 3 +++ 1 file changed, 3 insertions(+) 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: