diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 804e0d0..a80464a 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -25,7 +25,7 @@ jobs: with: token: ${{ secrets.NPM_TOKEN }} - name: "Run acceptance tests against published package" - run: JEST_JUNIT_OUTPUT_NAME=junit.acceptance.production.xml && SANDBOX_ENVIRONMENT=PRODUCTION && npm run test:acceptance + run: JEST_JUNIT_OUTPUT_NAME=junit.acceptance.production.xml SANDBOX_ENVIRONMENT=PRODUCTION npm run test:acceptance - name: Upload Artifacts uses: actions/upload-artifact@v2 with: