Skip to content

Commit

Permalink
chore: explore GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardikabs committed Sep 2, 2023
1 parent 944ccb1 commit b77a440
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
workflow_dispatch:
pull_request:

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

0 comments on commit b77a440

Please sign in to comment.