Skip to content

Commit

Permalink
Create workshop-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
06000208 committed Jan 15, 2024
1 parent 221c278 commit 41b73e6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/workshop-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Workshop Test

on:
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4

- name: Create build folder
run: mkdir build

- name: Retrieve cache
uses: actions/checkout@v4
with:
ref: cache
path: build

- name: Examine root
run: ls -a

- name: Enter build folder
run: cd build

- name: Examine build
run: ls -a

0 comments on commit 41b73e6

Please sign in to comment.