Skip to content

Commit

Permalink
Checkout repo before start
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Nov 9, 2023
1 parent 04ed23f commit e506aee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ inputs:
runs:
using: composite
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
matrix:
APP: [lists, prose, pastes, imgs, pgs, feeds]
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup docker
uses: ./.github/actions/setup
with:
Expand All @@ -62,6 +64,8 @@ jobs:
runs-on: ubuntu-22.04
needs: test
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup docker
uses: ./.github/actions/setup
with:
Expand All @@ -79,6 +83,8 @@ jobs:
runs-on: ubuntu-22.04
needs: test
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup docker
uses: ./.github/actions/setup
with:
Expand All @@ -104,6 +110,8 @@ jobs:
runs-on: ubuntu-22.04
needs: test
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup docker
uses: ./.github/actions/setup
with:
Expand Down

0 comments on commit e506aee

Please sign in to comment.