name: fail on: push jobs: build: runs-on: ubuntu-latest container: image: node:12-buster-slim env: TEST_ENV: test-value steps: - run: echo ${TEST_ENV} | grep bazooka