From 4dac6e6d882b487e141e87a6c4cde20fd89c440e Mon Sep 17 00:00:00 2001 From: Carlos Ronny de Sousa <135059087+prof-ronny@users.noreply.github.com> Date: Tue, 21 May 2024 00:36:56 +0000 Subject: [PATCH] Teste Artilharia Com Secret --- .github/workflows/performance-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml index f6f0171..551fcbb 100644 --- a/.github/workflows/performance-test.yml +++ b/.github/workflows/performance-test.yml @@ -20,6 +20,8 @@ jobs: run: npm install - name: Start API + env: + MONGO_URI: ${{ secrets.MONGO_URI }} run: node app.js & - name: Run performance test