Skip to content

Commit

Permalink
Tests github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 18, 2020
1 parent 31ddffb commit b52b95b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/disl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: 'Build dockerfile'
run: |
docker build . --tag wemake-services/docker-image-size-limit:latest
- uses: wemake-services/docker-image-size-limit@master
with:
with: # we lint this image by itself:
image: 'wemake-services/docker-image-size-limit:latest'
size: 405MB

0 comments on commit b52b95b

Please sign in to comment.