Skip to content

Commit

Permalink
Fixed api code checkout path
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed May 10, 2024
1 parent 985f242 commit b48d48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: pipeline/aws_infra
working-directory: ./pipeline/aws_infra
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
with:
fetch-depth: 0
sparse-checkout: |
pipeline/api/
api/
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Download API image artifact (from previous job)
Expand Down

0 comments on commit b48d48b

Please sign in to comment.