Skip to content

Test Workflow

Test Workflow #25

Workflow file for this run

name: Test Workflow
on: [workflow_dispatch, pull_request]
jobs:
initialization:
runs-on: ubuntu-latest
steps:
- name: Going to sleep
run: sleep(5)
- name: Step 2
run: echo This is step 2