12
pkg/runner/testdata/fail/push.yml
vendored
Normal file
12
pkg/runner/testdata/fail/push.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: fail
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:10.16-jessie
|
||||
env:
|
||||
TEST_ENV: test-value
|
||||
steps:
|
||||
- run: echo ${TEST_ENV} | grep bazooka
|
Reference in New Issue
Block a user