Skip to content

Commit

Permalink
[522] added a checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
james.adams committed Jun 29, 2023
1 parent 77b53bf commit 1fcdf73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -21,7 +24,7 @@ jobs:

- name: Set up project
run: |
cd ..
cd $GITHUB_WORKSPACE
poetry install
- name: Run unit tests
Expand Down

0 comments on commit 1fcdf73

Please sign in to comment.