Skip to content

feat!: update marine-rs-sdk and fluence-app-service to support __marine_host_api_v2 #377

feat!: update marine-rs-sdk and fluence-app-service to support __marine_host_api_v2

feat!: update marine-rs-sdk and fluence-app-service to support __marine_host_api_v2 #377

Workflow file for this run

name: "e2e"
on:
pull_request:
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/tests.yml"
push:
branches:
- "master"
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/tests.yml"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
marine-rs-sdk-test:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}