fix: Updated heroku/testrunner image name and MD5 in compile tests #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install heroku-buildpack-testrunner | |
run: |- | |
git clone https://github.com/heroku/heroku-buildpack-testrunner.git | |
cd heroku-buildpack-testrunner | |
./build.sh | |
- uses: actions/checkout@v2 | |
- name: Run tests | |
run: make test |