mirror of
https://github.com/chatopera/cosin.git
synced 2025-06-16 18:30:03 +08:00
https://github.com/chatopera/cskefu/issues/688 add pr_checks_package.yml workflow
This commit is contained in:
parent
af8c5f14ba
commit
d8711026a7
19
.github/workflows/pr_checks_package.yml
vendored
Normal file
19
.github/workflows/pr_checks_package.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: CSKeFu PR CC Build Check
|
||||
on:
|
||||
pull_request:
|
||||
branches: [osc]
|
||||
types: [opened, synchronize, closed]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [self-hosted, linux, cskefu]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
— run: |
|
||||
cd $GITHUB_WORKSPACE && pwd
|
||||
echo `git log --pretty=format:"%h:%an:%ar: %s <br>" HEAD~5..HEAD`
|
||||
$GITHUB_WORKSPACE/public/plugins/scripts/install-all.sh
|
||||
cd $GITHUB_WORKSPACE/contact-center && ./admin/package.sh
|
Loading…
x
Reference in New Issue
Block a user