Skip to content

Commit 7c58e45

Browse files
committed
cleanup
1 parent 442d974 commit 7c58e45

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
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

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
.PHONY: test test-heroku-20
1+
.PHONY: test test-heroku-24
22

33
test: 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-
105
test-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;'

0 commit comments

Comments
 (0)