Skip to content

Commit

Permalink
Let's check if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Aug 24, 2023
1 parent 7d5804c commit 365e28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,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: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: Perform TypeScript tests
run: |
./gradlew targetTest -Ptarget=TypeScript
Expand Down

0 comments on commit 365e28c

Please sign in to comment.