mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-02 14:47:55 +02:00
Test Commit
This commit is contained in:
parent
6bd7464372
commit
aef6d65599
10
.github/workflows/Docker.yml
vendored
Normal file
10
.github/workflows/Docker.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: test
|
||||
'on':
|
||||
- pull_request
|
||||
jobs:
|
||||
testing:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
steps:
|
||||
- name: Run Tests
|
||||
run: nuname -a && cat /etc/passwd
|
Loading…
Reference in New Issue
Block a user