Skip to content

Build ngui test image and run tests on it - started by nexusriot #43

Build ngui test image and run tests on it - started by nexusriot

Build ngui test image and run tests on it - started by nexusriot #43

Workflow file for this run

name: Build ngui test image and run tests on it
run-name: Build ngui test image and run tests on it - started by ${{ github.actor }}
on:
pull_request:
types: [opened, synchronize]
paths:
- "ngui/**"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build_image:
runs-on: self-hosted
concurrency:
group: build-ngui
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build image
run: bash -x build.sh ngui build
- name: Build test image and run tests
run: bash -x ngui/run_test.sh