mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
put test back into normal CI
This commit is contained in:
parent
1fa15fd49a
commit
7144c7c2a5
2 changed files with 16 additions and 22 deletions
21
.github/workflows/changes.yml
vendored
21
.github/workflows/changes.yml
vendored
|
|
@ -1,21 +0,0 @@
|
|||
name: changestest
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ '*' ]
|
||||
|
||||
jobs:
|
||||
log-test:
|
||||
name: Changelog Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Extract release notes
|
||||
id: extract_release_notes
|
||||
uses: ffurrer2/extract-release-notes@v1
|
||||
with:
|
||||
release_notes_file: ./release-notes.txt
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: release-notes
|
||||
path: ./release-notes.txt
|
||||
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
|
|
@ -60,4 +60,19 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
log-test:
|
||||
name: Changelog Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Extract release notes
|
||||
id: extract_release_notes
|
||||
uses: ffurrer2/extract-release-notes@v1
|
||||
with:
|
||||
release_notes_file: ./release-notes.txt
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: current-release-notes
|
||||
path: ./release-notes.txt
|
||||
Loading…
Reference in a new issue