We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848b334 commit 75c6ee1Copy full SHA for 75c6ee1
1 file changed
.github/workflows/docker.yml
@@ -27,12 +27,12 @@ jobs:
27
context: ./src/Pdf2Html
28
load: true
29
tags: ${{ env.TEST_TAG }}
30
- - name: Set up Dotnet
+ - name: Set up dotnet
31
uses: actions/setup-dotnet@v3
32
with:
33
dotnet-version: "7.x"
34
- name: E2E tests
35
run: |
36
docker run --rm --detach -p 8080:8080 --name pdf2html ${{ env.TEST_TAG }}
37
- dotnet test
+ dotnet test --filter "FullyQualifiedName=E2E.Tests"
38
docker stop pdf2html
0 commit comments