Skip to content

Commit

Permalink
run full test suite in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 18, 2023
1 parent 1de3b1d commit 41302c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
# os: container operations in GHA only work on Ubuntu
simulation-type: [electric] # basic, GEB, residential,
simulation-type: [basic, GEB, residential, electric]
# python-version: No need to test more than 1 python-version
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -58,12 +58,11 @@ jobs:
run: bundle exec rspec -e 'Run and work with a small ${{ matrix.simulation-type }} simulation'
- name: Upload artifacts
# Save results for examination - useful for debugging
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Only upload if a previous step fails
if: failure()
with:
name: rspec_results
path: |
spec/test_directory**/
# coverage/
retention-days: 7 # save for 1 week before deleting

0 comments on commit 41302c9

Please sign in to comment.