Skip to content

Commit

Permalink
Working on CI/CD process
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Feb 5, 2024
1 parent 56952b7 commit 20f0cf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
run: |
. ./_build/build.ps1
- name: Did it build
shell: pwsh
run: |
ls
- name: Deploy to PowerShell Gallery
shell: pwsh
run: |
Expand Down

0 comments on commit 20f0cf5

Please sign in to comment.