Skip to content

Commit

Permalink
Using the debug-in-ci branch of reactor-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Aug 24, 2023
1 parent 40b1bf8 commit e1b9a6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:

jobs:
regular-tests:
strategy:
matrix:
platform: ${{ (inputs.all-platforms && fromJSON('["ubuntu-latest", "macos-latest", "windows-latest"]')) || fromJSON('["ubuntu-latest"]') }}
# strategy:
# matrix:
# platform: ${{ (inputs.all-platforms && fromJSON('["ubuntu-latest", "macos-latest", "windows-latest"]')) || fromJSON('["ubuntu-latest"]') }}
runs-on: macos-latest
steps:
- name: Check out lingua-franca repository
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "LinguaFrancaDefault",
"type": "commonjs",
"dependencies": {
"@lf-lang/reactor-ts": "^0.6.0",
"@lf-lang/reactor-ts": "git://github.com/lf-lang/reactor-ts.git#debug-in-ci",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.3"
},
Expand Down
3 changes: 2 additions & 1 deletion test/TypeScript/src/federated/LoopDistributedDouble.lf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ target TypeScript {
timeout: 5 sec,
coordination-options: {
advance-message-interval: 100 msec
}
},
logging: debug
}

reactor Looper(incr: number = 1, delay: time = 0 msec) {
Expand Down

0 comments on commit e1b9a6c

Please sign in to comment.