Skip to content

Commit 20f0cf5

Browse files
committed
Working on CI/CD process
1 parent 56952b7 commit 20f0cf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
run: |
4040
. ./_build/build.ps1
4141
42+
- name: Did it build
43+
shell: pwsh
44+
run: |
45+
ls
46+
4247
- name: Deploy to PowerShell Gallery
4348
shell: pwsh
4449
run: |

0 commit comments

Comments
 (0)