Skip to content

Build auth test image and run tests on it - started by nexusriot #4

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

Build auth test image and run tests on it - started by nexusriot #4

Workflow file for this run

name: Build auth test image and run tests on it
run-name: Build auth test image and run tests on it - started by ${{ github.actor }}
on:
pull_request:
types: [opened, synchronize]
paths:
- 'auth/**'
workflow_dispatch:
jobs:
build_image:
runs-on: self-hosted
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build image
run: bash -x build.sh auth build
- name: Build test image and run tests
run: bash -x auth/run_test.sh