Skip to content

Commit

Permalink
Update workshop-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
06000208 committed Jan 15, 2024
1 parent 41b73e6 commit 76c533e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/workshop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
publish:
workshop-test:
runs-on: ubuntu-latest
steps:
- name: Check out
Expand All @@ -19,11 +19,5 @@ jobs:
ref: cache
path: build

- name: Examine root
run: ls -a

- name: Enter build folder
run: cd build

- name: Examine build
run: ls -a
- name: Examine folder structure
run: ls -a -R

0 comments on commit 76c533e

Please sign in to comment.