Skip to content

chore: explore GitHub Actions #3

chore: explore GitHub Actions

chore: explore GitHub Actions #3

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: stg-local
steps:
- run: ls -alh
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 1
- run: sleep 20
shell: bash
- run: printenv
- run: ls -alh
- run: pwd