From 2267fca56a81b487d9482476402bfe4581f28129 Mon Sep 17 00:00:00 2001 From: Oscar Reyes Date: Tue, 16 Apr 2024 15:28:42 -0600 Subject: [PATCH] chore: adding artillery tests --- .github/workflows/artillery.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/artillery.yml b/.github/workflows/artillery.yml index d29a972..521ad46 100644 --- a/.github/workflows/artillery.yml +++ b/.github/workflows/artillery.yml @@ -19,6 +19,8 @@ jobs: uses: artilleryio/action-cli@v1 with: command: run ./test/artillery/import-pokemon.yml + env: + ARTILLERY_PLUGIN_PATH: ${{ github.workspace }}/node_modules/ - name: Send message on Slack in case of failure if: ${{ failure() }} uses: slackapi/slack-github-action@v1.24.0