Skip to content

Commit

Permalink
Start session after setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Sep 9, 2024
1 parent fcfee0f commit 477ad90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
conda activate constructor-dev
echo "CONSTRUCTOR_CONDA_EXE=$CONDA_PREFIX/standalone_conda/conda.exe" >> $GITHUB_ENV
fi
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run unit tests
run: |
pytest -vv --cov=constructor --cov-branch tests/ -m "not examples"
Expand All @@ -155,8 +157,6 @@ jobs:
pytest -vv --cov=constructor --cov-branch tests/test_examples.py
coverage run --branch --append -m constructor -V
coverage json
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 477ad90

Please sign in to comment.