Skip to content

Commit

Permalink
Checkout api earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Dec 12, 2022
1 parent c0595ba commit ebcb7a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Checkout DataGateway API
uses: actions/checkout@v2

# Install Nox, Poetry and API's dependencies
- name: Install Nox
run: pip install nox==2020.8.22
Expand Down Expand Up @@ -105,9 +108,6 @@ jobs:
run: |
cd /home/runner/install/icat.server/ && ./setup -vv install
- name: Checkout DataGateway API
uses: actions/checkout@v2

# Prep for using the API for tests
- name: Create log file
run: touch logs.log
Expand Down

0 comments on commit ebcb7a6

Please sign in to comment.