Skip to content

Commit

Permalink
Revert "Experiment: try adding && between env variables in Github act…
Browse files Browse the repository at this point in the history
…ion to get test results to show up"

This reverts commit 2144c09.
  • Loading branch information
alexanderbird committed Nov 8, 2020
1 parent 2144c09 commit 1cea49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1cea49a

Please sign in to comment.