Skip to content

Commit

Permalink
Fix ssh to last
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Apr 20, 2023
1 parent 414970f commit b63b275
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 @@ -24,8 +24,6 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Check out lingua-franca repository
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -74,3 +72,5 @@ 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 b63b275

Please sign in to comment.