mirror of
https://github.com/stumpwm/stumpwm.git
synced 2026-09-10 07:26:20 -04:00
CI: Create script for running GitHub workflow locally
This commit is contained in:
parent
196f3da534
commit
1daf2606b1
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -7,9 +7,5 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: docker build . --file Dockerfile -t stumpwm
|
||||
- name: Test
|
||||
run: docker run stumpwm make test
|
||||
- name: Integration_Testing
|
||||
run: cd tests/integration-tests; ./script ci
|
||||
- name: Run CI script
|
||||
run: ./ci
|
||||
|
|
|
|||
|
|
@ -140,6 +140,8 @@ that your contribution gets merged in a timely manner:
|
|||
informed on stumpwm-devel! Also, it will probably help if the
|
||||
changes are made and then incrementally applied to the codebase in
|
||||
order to avoid introducing show-stopping bugs.
|
||||
* Run `./ci` before making a pull request to confirm that the GitHub
|
||||
workflow will succeed.
|
||||
* Do not's
|
||||
* Include Emacs local variables
|
||||
* Change whitespace
|
||||
|
|
|
|||
Loading…
Reference in a new issue