File tree 7 files changed +18
-8
lines changed
7 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
test :
12
12
name : ${{ matrix.config.kind }} ${{ matrix.config.os }}
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-latest-4-cores
14
14
environment : CI
15
15
strategy :
16
16
matrix :
17
17
deno-version : [1.44.4]
18
+ permissions :
19
+ contents : read
20
+ id-token : write
18
21
19
22
steps :
20
23
- name : Git Checkout Core
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
test :
12
12
name : ${{ matrix.config.kind }} ${{ matrix.config.os }}
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-latest-4-cores
14
14
environment : CI
15
15
strategy :
16
16
matrix :
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
test :
12
12
name : ${{ matrix.config.kind }} ${{ matrix.config.os }}
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-latest-4-cores
14
14
environment : CI
15
15
strategy :
16
16
matrix :
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
test :
12
12
name : ${{ matrix.config.kind }} ${{ matrix.config.os }}
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-latest-4-cores
14
14
environment : CI
15
15
strategy :
16
16
matrix :
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
test :
12
12
name : ${{ matrix.config.kind }} ${{ matrix.config.os }}
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-latest-4-cores
14
14
environment : CI
15
15
strategy :
16
16
matrix :
Original file line number Diff line number Diff line change 55
55
CI : true
56
56
NGS_CI_USER : ${{ secrets.NGS_CI_USER }}
57
57
run : |
58
- deno test --allow-all --parallel --reload --quiet --coverage=./coverage core/tests/ jetstream/tests kv/tests/ obj/tests/ services/tests/
59
- deno test --allow-all --parallel --reload --quiet --unsafely-ignore-certificate-errors --coverage=./coverage core/unsafe_tests/
60
-
58
+ deno task test
61
59
62
60
- name : Build nats.js
63
61
run : deno bundle --unstable transport-deno/src/connect.ts nats.js
Original file line number Diff line number Diff line change 4
4
![ Test NATS.deno] ( https://github.com/nats-io/nats.deno/workflows/NATS.deno/badge.svg )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/github/nats-io/nats.deno/badge.svg?branch=main )] ( https://coveralls.io/github/nats-io/nats.deno?branch=main )
6
6
7
+
8
+ [ !WARNING]
9
+ This project is still working in progress and not yet released. Currently supported Javascript are
10
+ - [ nats.deno] ( https://github.com/nats-io/nats.deno )
11
+ - [ nats.js] ( https://github.com/nats-io/nats.js )
12
+ - [ nats.ws] ( https://github.com/nats-io/nats.ws )
13
+
14
+
15
+
7
16
Welcome to the new NATS.js repository! Beginning with the v3 release of the
8
17
JavaScript clients, the NATS.js repository reorganizes the NATS JavaScript
9
18
client libraries into a formal mono-repo.
You can’t perform that action at this time.
0 commit comments