File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11name : CI
22
33on :
4- pull_request : ~
5- push :
6- branches :
7- - master
4+ pull_request :
5+ paths :
6+ - layers/**
87
98jobs :
109 build :
4443 - name : Checkout code
4544 uses : actions/checkout@v2
4645
47- - name : Build layer
46+ - name : Build docker images
4847 run : layer=${{ matrix.layer }} make docker-images
4948
50- - name : Test layer
51- run : layer=${{ matrix.layer }} make test
49+ - name : Test images
50+ run : layer=${{ matrix.layer }} make test
Original file line number Diff line number Diff line change 3030 - name : Build images
3131 run : make docker-images
3232
33+ - name : Test images
34+ run : make test
35+
3336 - name : Publish
3437 env :
3538 DOCKER_TAG : ${{ steps.get_version.outputs.VERSION }}
Original file line number Diff line number Diff line change 11{
2- "72" : " 1.44.0" ,
32 "73" : " 1.46.0" ,
43 "74" : " 1.46.0"
5- }
4+ }
You can’t perform that action at this time.
0 commit comments