File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v4
10- - name : Test heroku-20
11- run : make test-heroku-20
1210 - name : Test heroku-22
1311 run : make test-heroku-22
1412 - name : Test heroku-24
Original file line number Diff line number Diff line change 1- .PHONY : test test-heroku-20
1+ .PHONY : test test-heroku-24
22
33test : test-heroku-24
44
5- test-heroku-20 :
6- @echo " Running tests in docker (heroku-20)..."
7- @docker run -v $(shell pwd) :/buildpack:ro --rm -e " STACK=heroku-20" heroku/heroku:20 bash -c ' cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
8- @echo " "
9-
105test-heroku-22 :
116 @echo " Running tests in docker (heroku-22)..."
127 @docker run -v $(shell pwd) :/buildpack:ro --rm -e " STACK=heroku-22" heroku/heroku:22 bash -c ' cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
You can’t perform that action at this time.
0 commit comments