Skip to content

fail the build job

fail the build job #32

Workflow file for this run

name: Build Job
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Test Application
run: exit 1