Skip to content

.github/workflows/test.yml #2

.github/workflows/test.yml

.github/workflows/test.yml #2

Workflow file for this run

on:
workflow_dispatch:
jobs:
tsds_test:
runs-on: ubuntu-latest
name: Testing
steps:
- name: Copy repository to /github/workspace
uses: actions/checkout@v2
- name: Build tsds-services
uses: GlobalNOC/tsds-services@master