Skip to content

Commit

Permalink
test clone
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Sep 29, 2023
1 parent 9a13ba9 commit 28c5fa1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/powershell-module-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: PowerShell Module CI
on: [push]
jobs:
clone:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2
- run: git checkout HEAD^
Publish-PowerShell-Artifact:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit 28c5fa1

Please sign in to comment.