Skip to content

Commit 5553e48

Browse files
committed
fix: delete innecesary lines
1 parent 3f55634 commit 5553e48

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pull_request_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
services:
3131
git-server:
3232
image: ghcr.io/docplanner/helm-repo-updater/git-repo-server:develop
33-
ports:
34-
- 2222:22
3533
# TODO: Remind to delete this part when we make public the repository
3634
credentials:
3735
username: ${{ github.actor }}
@@ -41,7 +39,6 @@ jobs:
4139

4240
- run: make build
4341

44-
- name: run test coverage
45-
run: make test-coverage
42+
- run: make test-coverage
4643
env:
4744
isCI: true

0 commit comments

Comments
 (0)