Skip to content

Commit 3658a19

Browse files
authored
fix(ci,tests): remove nox image override (#455)
* fix(ci,tests): remove nox image override * chore: change readme to trigger tests * chore: sudo trigger tests!
1 parent ea9daa8 commit 3658a19

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/e2e.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "!.github/workflows/e2e.yml"
99
- "!.github/workflows/tests.yml"
1010
- "!.github/workflows/snapshot.yml"
11+
- "!.github/workflows/run-tests.yml"
1112
types:
1213
- "labeled"
1314
- "synchronize"
@@ -22,6 +23,7 @@ on:
2223
- "!.github/workflows/e2e.yml"
2324
- "!.github/workflows/tests.yml"
2425
- "!.github/workflows/snapshot.yml"
26+
- "!.github/workflows/run-tests.yml"
2527

2628
concurrency:
2729
group: "${{ github.workflow }}-${{ github.ref }}"

.github/workflows/run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "!.github/workflows/e2e.yml"
99
- "!.github/workflows/tests.yml"
1010
- "!.github/workflows/snapshot.yml"
11+
- "!.github/workflows/run-tests.yml"
1112
push:
1213
branches:
1314
- "main"
@@ -17,6 +18,7 @@ on:
1718
- "!.github/workflows/e2e.yml"
1819
- "!.github/workflows/tests.yml"
1920
- "!.github/workflows/snapshot.yml"
21+
- "!.github/workflows/run-tests.yml"
2022

2123
concurrency:
2224
group: "${{ github.workflow }}-${{ github.ref }}"
@@ -28,4 +30,3 @@ jobs:
2830
uses: ./.github/workflows/tests.yml
2931
with:
3032
ref: ${{ github.ref }}
31-
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1"

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run tests with worflow_call
1+
name: Run tests with workflow_call
22

33
on:
44
workflow_call:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fluence JS Client
22

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)
44

55
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.
66

0 commit comments

Comments
 (0)