Skip to content

Conversation

@xt0rted
Copy link
Owner

@xt0rted xt0rted commented Apr 19, 2022

Setting the test file prefix results in consistent naming of test files because they then include the runtime identifier which makes it a little easier to review in the post run test overview.

While testing this it was found that parameters without spaces sometimes need to be quoted as well, so there's also a fix that removed the conditional quote check so everything gets quoted now.

@xt0rted xt0rted added the github_actions Pull requests that update GitHub Actions code label Apr 19, 2022
@xt0rted xt0rted force-pushed the xt0rted-patch-1 branch 2 times, most recently from 9d6929f to cd94b4b Compare April 22, 2022 06:17
@xt0rted xt0rted force-pushed the xt0rted-patch-1 branch 2 times, most recently from a08e430 to 87ee210 Compare April 22, 2022 19:02
- run: |
if [ "${{ matrix.shell }}" == "default" ]; then
dotnet r test --verbose
dotnet r test --verbose -- --logger "trx;LogFilePrefix=${{ matrix.os }}-integration-tests"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be carried over to the build job after merging, along with updating to the latest preview build.

Comment on lines +149 to +154
- name: Upload test results
uses: actions/upload-artifact@v3.0.0
if: always()
with:
name: integration-test-results
path: ./.coverage/*.trx
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't take effect until it's merged to main.

@xt0rted xt0rted merged commit 87953c1 into main Apr 23, 2022
@xt0rted xt0rted deleted the xt0rted-patch-1 branch April 23, 2022 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants