Skip to content

Commit 55f7a63

Browse files
committed
sync
1 parent 45e4f56 commit 55f7a63

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ env:
1212
IMAGE_NAME: ghcr.io/${{ github.repository }}
1313

1414
jobs:
15-
# test:
16-
# runs-on: ubuntu-latest
17-
# steps:
18-
# - uses: actions/checkout@v2
19-
20-
# - name: Run tests
21-
# run: |
22-
# if [ -f docker-compose.test.yml ]; then
23-
# docker-compose --file docker-compose.test.yml build
24-
# docker-compose --file docker-compose.test.yml run sut
25-
# else
26-
# docker build . --file Dockerfile
27-
# fi
2815
push:
2916
needs: test
3017
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)