Skip to content

Commit

Permalink
Move to after Install RTI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Apr 20, 2023
1 parent 2d2364c commit d77a87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- name: Install RTI
uses: ./.github/actions/install-rti
if: ${{ runner.os == 'macOS' || runner.os == 'Linux' }}
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Perform tests for C target with default scheduler
run: |
./gradlew test --tests org.lflang.tests.runtime.CTest.*
Expand All @@ -72,5 +74,3 @@ jobs:
fail_ci_if_error: false
verbose: true
if: ${{ !inputs.compiler-ref }} # i.e., if this is part of the main repo's CI
- name: Setup upterm session
uses: lhotari/action-upterm@v1

0 comments on commit d77a87e

Please # to comment.