Skip to content

be explicit about USER root #14

be explicit about USER root

be explicit about USER root #14

Workflow file for this run

name: buildpack-google-chrome
on: push
jobs:
test:
strategy:
matrix:
stack: [heroku-20, heroku-22, heroku-24]
channel: [stable, beta, unstable]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Test
run: ./support/test.sh ${{ matrix.stack }}
env:
GOOGLE_CHROME_CHANNEL: ${{ matrix.channel }}
# dummy job to wait and block merge until all jobs have completed
done:
runs-on: ubuntu-latest
needs: [test]
steps:
- run: echo done
working-directory: /