Skip to content

Commit

Permalink
Checkout repository in test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Jul 29, 2024
1 parent 310ea94 commit 283e66f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
server-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
with:
Expand All @@ -52,6 +55,9 @@ jobs:
operator-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 283e66f

Please sign in to comment.