Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 18, 2024
1 parent 9691a3e commit 16d51ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
steps:
- name: Setup test dir
run: |
export $TEST_DIR="tests/unit"
export TEST_DIR="tests/unit"
# if branch is 'main', or the repo is 'openclimatefix/quartz-solar-forecast'
# then run all tests, else run only unit tests
if [ ${{ github.event.repository.name }} == 'openclimatefix/quartz-solar-forecast' ] || [ ${{ github.ref }} == 'refs/heads/main' ]; then
export $TEST_DIR=""
export TEST_DIR=""
fi
echo $TEST_DIR"
Expand Down

0 comments on commit 16d51ab

Please sign in to comment.