Skip to content

Instantly share code, notes, and snippets.

@Andersoft
Created June 3, 2022 02:41
Show Gist options
  • Save Andersoft/c3b5a0cc9bdb1f1a4efd80454de6ba2f to your computer and use it in GitHub Desktop.
Save Andersoft/c3b5a0cc9bdb1f1a4efd80454de6ba2f to your computer and use it in GitHub Desktop.
# Known issue if multiple tests projects complete within the same time down to
# millisecond difference then the test file will not be uniquely named and will
# be overwritten by preceding files with the same name.
FROM scratch AS test-results
COPY --from=test /app/tests/**/TestResults/*.trx .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment