Skip to content

Commit 45e4f56

Browse files
committed
sync
1 parent 38606e0 commit 45e4f56

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/docker-publish.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ 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
15+
# test:
16+
# runs-on: ubuntu-latest
17+
# steps:
18+
# - uses: actions/checkout@v2
1919

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
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
2828
push:
2929
needs: test
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)