mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Create push.yml
This commit is contained in:
parent
e6998ab87e
commit
e670df6344
12
.github/workflows/push.yml
vendored
Normal file
12
.github/workflows/push.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: on-push
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Build the stack
|
||||||
|
run: docker-compose up -d
|
||||||
|
- name: Test
|
||||||
|
run: docker run gradido-node-test
|
||||||
|
timeout-minutes: 2
|
||||||
Loading…
x
Reference in New Issue
Block a user