mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-12-30 00:51:06 +00:00
12 lines
200 B
YAML
12 lines
200 B
YAML
name: 2.x SDK testing with Docker Compose deployment
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- name: Run echo
|
|
run: echo "This is a dummy workflow."
|