Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Feb 13, 2024
1 parent daea4f3 commit d5f0bcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
macos_test:
name: macOS [${{ matrix.BACKEND }}]
timeout-minutes: 300
strategy:
fail-fast: false
matrix:
Expand All @@ -31,6 +32,9 @@ jobs:
id: build
run: ci/build-tests.sh

- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Core Tests
if: steps.build.outcome == 'success' && (success() || failure())
run: ../ci/tests/run-core-tests.sh
Expand Down

0 comments on commit d5f0bcb

Please sign in to comment.