File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8
8
- " !.github/workflows/e2e.yml"
9
9
- " !.github/workflows/tests.yml"
10
10
- " !.github/workflows/snapshot.yml"
11
+ - " !.github/workflows/run-tests.yml"
11
12
types :
12
13
- " labeled"
13
14
- " synchronize"
22
23
- " !.github/workflows/e2e.yml"
23
24
- " !.github/workflows/tests.yml"
24
25
- " !.github/workflows/snapshot.yml"
26
+ - " !.github/workflows/run-tests.yml"
25
27
26
28
concurrency :
27
29
group : " ${{ github.workflow }}-${{ github.ref }}"
Original file line number Diff line number Diff line change 8
8
- " !.github/workflows/e2e.yml"
9
9
- " !.github/workflows/tests.yml"
10
10
- " !.github/workflows/snapshot.yml"
11
+ - " !.github/workflows/run-tests.yml"
11
12
push :
12
13
branches :
13
14
- " main"
17
18
- " !.github/workflows/e2e.yml"
18
19
- " !.github/workflows/tests.yml"
19
20
- " !.github/workflows/snapshot.yml"
21
+ - " !.github/workflows/run-tests.yml"
20
22
21
23
concurrency :
22
24
group : " ${{ github.workflow }}-${{ github.ref }}"
28
30
uses : ./.github/workflows/tests.yml
29
31
with :
30
32
ref : ${{ github.ref }}
31
- nox-image : " docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1"
Original file line number Diff line number Diff line change 1
- name : Run tests with worflow_call
1
+ name : Run tests with workflow_call
2
2
3
3
on :
4
4
workflow_call :
Original file line number Diff line number Diff line change 1
1
# Fluence JS Client
2
2
3
- [ ![ npm] ( https://img.shields.io/npm/v/@fluencelabs/js-client?label=@fluencelabs/js-client )] ( https://www.npmjs.com/package/@fluencelabs/js-client )
3
+ [ ![ js-client @ npm] ( https://img.shields.io/npm/v/@fluencelabs/js-client?label=@fluencelabs/js-client )] ( https://www.npmjs.com/package/@fluencelabs/js-client )
4
4
5
5
This is the Javascript client for the [ Fluence] ( https://fluence.network ) network. The main role of the JS client is to connect to the Fluence Network and allow you to integrate Aqua code into your application.
6
6
You can’t perform that action at this time.
0 commit comments