Skip to content

Commit 75c6ee1

Browse files
Only run E2E tests during the "ETE tests" step
1 parent 848b334 commit 75c6ee1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
context: ./src/Pdf2Html
2828
load: true
2929
tags: ${{ env.TEST_TAG }}
30-
- name: Set up Dotnet
30+
- name: Set up dotnet
3131
uses: actions/setup-dotnet@v3
3232
with:
3333
dotnet-version: "7.x"
3434
- name: E2E tests
3535
run: |
3636
docker run --rm --detach -p 8080:8080 --name pdf2html ${{ env.TEST_TAG }}
37-
dotnet test
37+
dotnet test --filter "FullyQualifiedName=E2E.Tests"
3838
docker stop pdf2html

0 commit comments

Comments
 (0)