Skip to content

Commit ff6e6dd

Browse files
committed
ci: remove test dependency from docker and production jobs
1 parent f8c170b commit ff6e6dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
docker-build:
8080
runs-on: ubuntu-latest
81-
needs: [test, lint]
81+
needs: [lint]
8282
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
8383

8484
steps:
@@ -102,7 +102,7 @@ jobs:
102102
103103
production-check:
104104
runs-on: ubuntu-latest
105-
needs: [test, lint]
105+
needs: [lint]
106106

107107
steps:
108108
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)