Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Jul 29, 2024
1 parent f3acb49 commit 9c6fab1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
with:
path: 'shopify'

- name: ⎔ Setup node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -62,6 +60,8 @@ jobs:
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
with:
path: 'shopify/hydrogen'

- name: ⎔ Setup node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -105,6 +105,8 @@ jobs:
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
with:
path: 'shopify/hydrogen'

- name: ⎔ Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 9c6fab1

Please sign in to comment.