Skip to content

Update actions/checkout action to v4 #88

Update actions/checkout action to v4

Update actions/checkout action to v4 #88

Workflow file for this run

name: Testing
on:
push:
jobs:
testing:
name: Testing
runs-on: ubuntu-latest
env:
HEROKU_APPNAME: ${{ secrets.HEROKU_APPNAME }}
#HEROKU_USERNAME: ${{ secrets.HEROKU_USERNAME }}
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
steps:
- name: Check out code base
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build images
run: |
make build <<<${{ secrets.HEROKU_APPNAME_X }}
make build <<<${{ secrets.HEROKU_APPNAME_K }}
- name: List images
run: |
docker images