Skip to content

ci: new structure

ci: new structure #4

Workflow file for this run

name: CI / fail
on:
pull_request:
branches: [main]
jobs:
test:
name: fail
runs-on: ubuntu-latest
steps:
- name: Wait a bit
run: sleep 5
- name: Do some output
run: echo "Simulating test run..."
- name: Fail intentionally
run: exit 1