mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Add Integration Tests
This commit is contained in:
parent
e3610414be
commit
ff28943460
23
.github/workflows/integration-tests.yml
vendored
Normal file
23
.github/workflows/integration-tests.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user