Skip to content

sleep added;

sleep added; #34

Workflow file for this run

name: Test Job
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Simulate Processing Delay
run: sleep 10
- name: Test Application
run: echo "Testing the application"