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!
This commit is contained in:
folex 2024-08-09 15:04:52 +03:00 committed by GitHub
parent ea9daa8dc7
commit 3658a190fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 3 deletions

View File

@ -8,6 +8,7 @@ on:
- "!.github/workflows/e2e.yml" - "!.github/workflows/e2e.yml"
- "!.github/workflows/tests.yml" - "!.github/workflows/tests.yml"
- "!.github/workflows/snapshot.yml" - "!.github/workflows/snapshot.yml"
- "!.github/workflows/run-tests.yml"
types: types:
- "labeled" - "labeled"
- "synchronize" - "synchronize"
@ -22,6 +23,7 @@ on:
- "!.github/workflows/e2e.yml" - "!.github/workflows/e2e.yml"
- "!.github/workflows/tests.yml" - "!.github/workflows/tests.yml"
- "!.github/workflows/snapshot.yml" - "!.github/workflows/snapshot.yml"
- "!.github/workflows/run-tests.yml"
concurrency: concurrency:
group: "${{ github.workflow }}-${{ github.ref }}" group: "${{ github.workflow }}-${{ github.ref }}"

View File

@ -8,6 +8,7 @@ on:
- "!.github/workflows/e2e.yml" - "!.github/workflows/e2e.yml"
- "!.github/workflows/tests.yml" - "!.github/workflows/tests.yml"
- "!.github/workflows/snapshot.yml" - "!.github/workflows/snapshot.yml"
- "!.github/workflows/run-tests.yml"
push: push:
branches: branches:
- "main" - "main"
@ -17,6 +18,7 @@ on:
- "!.github/workflows/e2e.yml" - "!.github/workflows/e2e.yml"
- "!.github/workflows/tests.yml" - "!.github/workflows/tests.yml"
- "!.github/workflows/snapshot.yml" - "!.github/workflows/snapshot.yml"
- "!.github/workflows/run-tests.yml"
concurrency: concurrency:
group: "${{ github.workflow }}-${{ github.ref }}" group: "${{ github.workflow }}-${{ github.ref }}"
@ -28,4 +30,3 @@ jobs:
uses: ./.github/workflows/tests.yml uses: ./.github/workflows/tests.yml
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1"

View File

@ -1,4 +1,4 @@
name: Run tests with worflow_call name: Run tests with workflow_call
on: on:
workflow_call: workflow_call:

View File

@ -1,6 +1,6 @@
# Fluence JS Client # Fluence JS Client
[![npm](https://img.shields.io/npm/v/@fluencelabs/js-client?label=@fluencelabs/js-client)](https://www.npmjs.com/package/@fluencelabs/js-client) [![js-client @ npm](https://img.shields.io/npm/v/@fluencelabs/js-client?label=@fluencelabs/js-client)](https://www.npmjs.com/package/@fluencelabs/js-client)
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. 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.