Skip to content

define REGISTRY_PORT when not using dns #914

define REGISTRY_PORT when not using dns

define REGISTRY_PORT when not using dns #914

Workflow file for this run

name: CI
on: [push, pull_request]
env:
PYTHONUNBUFFERED: true
jobs:
run-workflow:
name: Workflow
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Install Dependencies
run: sudo .github/prep.sh
shell: bash
- name: Test code
run: .github/testing.sh
shell: bash