Skip to content

Release CI triggered from @anodar of #12

Release CI triggered from @anodar of

Release CI triggered from @anodar of #12

Workflow file for this run

name: Release CI
run-name: Release CI triggered from @${{ github.actor }} of ${{ github.head_ref }}
on:
workflow_dispatch:
jobs:
build_and_run:
runs-on: ubuntu-8
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host
- name: Cache Docker layers
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashFiles('Dockerfile') }}
restore-keys: ${{ runner.os }}-buildx-
- name: Startup Nitro testnode
run: ./scripts/startup-testnode.bash