Add Integration Tests

This commit is contained in:
Stefan Zweifel 2020-10-17 14:29:42 +02:00
parent e3610414be
commit ff28943460

23
.github/workflows/integration-tests.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Integration Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: Add Files
run: touch {a,b,c}.txt
- name: Run git-auto-commit
id: "auto-commit-action"
uses: ./
with:
commit_message: Message
checkout_options: -b
branch: ci-test