Skip to content

Commit

Permalink
Fix code checkout timing for GHA E2E testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Sep 4, 2024
1 parent 36d837c commit ffc135b
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 @@ -960,6 +960,8 @@ jobs:
- api-container-image-build
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Download API image artifact
uses: actions/download-artifact@v4
with:
Expand All @@ -984,8 +986,6 @@ jobs:
working-directory: webui/
run: |
make run-container-dev
- name: Check out repository code
uses: actions/checkout@v4
- name: Download updated webui dependencies lock file
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ffc135b

Please sign in to comment.