Skip to content

chore: docker build debug #5458

chore: docker build debug

chore: docker build debug #5458

Workflow file for this run

name: CI
on:
push:
branches:
- main
- docker-build-debug
pull_request:
branches:
- '**'
env:
CACHE_DIRS: |
./interop/dist
./interop/node_modules
./doc/node_modules
jobs:
transport-interop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Build images
run: (cd interop && make -j 4)
- name: Save package-lock.json as artifact
uses: actions/upload-artifact@v4
with:
name: package locks
path: |
package-lock.json
interop/package-lock.json
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@docker-build-debug
with:
test-filter: js-libp2p-head
extra-versions: ${{ github.workspace }}/interop/node-version.json ${{ github.workspace }}/interop/chromium-version.json ${{ github.workspace }}/interop/firefox-version.json
worker-count: 4