Skip to content

Commit

Permalink
ci: add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jszutenb committed Nov 18, 2024
1 parent 9e91710 commit 5763ff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Ingestion unit tests
uses: ./.github/actions/unit-tests
with:
Expand Down

0 comments on commit 5763ff3

Please sign in to comment.