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 b52b95b commit ffc715b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/disl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v1

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

0 comments on commit ffc715b

Please sign in to comment.