Skip to content

Commit

Permalink
use fcli to run nox
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol committed Mar 4, 2024
1 parent c444d24 commit 0f3323b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 142 deletions.
134 changes: 0 additions & 134 deletions .github/e2e/docker-compose.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}
nox-image: "docker.fluence.dev/nox:renovate-avm_4905_1"
19 changes: 11 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ on:

env:
FORCE_COLOR: true
NOX_IMAGE: "${{ inputs.nox-image }}"
FLUENCE_ENV: "${{ inputs.fluence-env }}"
FCLI_V_NOX: "${{ inputs.nox-image }}"

jobs:
aqua:
Expand Down Expand Up @@ -64,14 +64,17 @@ jobs:
repository: fluencelabs/aqua
ref: ${{ inputs.ref }}

- name: Pull nox image
run: docker pull $NOX_IMAGE

- name: Run nox
uses: isbang/[email protected]
- name: Setup fcli
uses: fluencelabs/setup-fluence@v1
with:
compose-file: ".github/e2e/docker-compose.yml"
down-flags: "--volumes"
artifact: fcli
version: unstable

- name: Init local env with fcli
run: fluence local init --no-input

- name: Run nox network
run: fluence local up

- name: Cache Scala
uses: coursier/cache-action@v6
Expand Down

0 comments on commit 0f3323b

Please sign in to comment.