We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69adfc8 commit 619608aCopy full SHA for 619608a
1 file changed
.github/workflows/github-actions-ci.yaml
@@ -57,19 +57,6 @@ jobs:
57
SQL_SERVER_UNIT_TESTS_CONNECTION_STRING: "Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
58
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/tmp/other_databases_path"
59
60
- - name: Convert TRX to JUnit
61
- uses: NasAmin/trx2junit@v3.0.0
62
- with:
63
- input: ./TestResults
64
-
65
- - name: Publish tests report
66
- uses: dorny/test-reporter@v1
67
- if: always()
68
69
- name: PosInformatique.Testing.Databases
70
- path: ./TestResults/*.xml
71
- reporter: jest-junit
72
73
build-samples:
74
runs-on: windows-latest
75
steps:
0 commit comments