Skip to content

Commit

Permalink
Fix: Add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 17, 2023
1 parent cc061f1 commit f0c1630
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
name: Test with pnpm
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Copy files
run: |
mkdir -p Build/Carbon.Pipeline/
Expand Down Expand Up @@ -46,6 +48,8 @@ jobs:
name: Test with yarn
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Copy files
run: |
mkdir -p Build/Carbon.Pipeline/
Expand All @@ -72,6 +76,8 @@ jobs:
name: Test with npm
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Copy files
run: |
mkdir -p Build/Carbon.Pipeline/
Expand Down

0 comments on commit f0c1630

Please sign in to comment.