Added Test
This commit is contained in:
parent
9c275e2d9f
commit
5bdcfca180
@ -1 +1,17 @@
|
||||
https://git.ghlix.com/Open-Solution/OpenDesk_NIX_Configs.git
|
||||
https://git.ghlix.com/Open-Solution/OpenDesk_NIX_Configs.git
|
||||
|
||||
test:
|
||||
name: Test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Run tests
|
||||
run: echo "Running tests"
|
Loading…
Reference in New Issue
Block a user