mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 20:40:00 +00:00
17 lines
214 B
YAML
17 lines
214 B
YAML
---
|
|
|
|
name: 'Test Docker-Image'
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
test-docker-image:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Test
|
|
run: make test
|
|
|
|
...
|