Skip to content

Commit

Permalink
[#IOPID-1839] fix: checkout step is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo committed Jun 3, 2024
1 parent c81d894 commit 19e6632
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Build the project
uses: ./.github/actions/build-project

Expand All @@ -35,6 +38,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

# Building the main project is required to execute e2e tests.
# for reference, the current Dockerfile copies most of the assets
# produced by the build steps
Expand Down

0 comments on commit 19e6632

Please sign in to comment.