Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Oct 19, 2023
1 parent 03c9745 commit 01e340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: sudo mkdir -p /var/lib/serval && sudo chmod 777 /var/lib/serval

- name: Test
run: cd ../serval && dotnet test --no-build --verbosity normal --filter "TestCategory!=slow&TestCategory=E2E"
run: cd ../tmp/serval && dotnet test --no-build --verbosity normal --filter "TestCategory!=slow&TestCategory=E2E"

- name: Debug network (Post test)
if: ${{ failure() }}
Expand Down

0 comments on commit 01e340e

Please sign in to comment.