fix: refactor pipelines
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 3m39s
CI Workflow / CI run tests (pull_request) Failing after 5m2s
CI Workflow / CI run build and linting (pull_request) Failing after 4m49s
CI Workflow / Code coverage report (pull_request) Has been skipped
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 3m39s
CI Workflow / CI run tests (pull_request) Failing after 5m2s
CI Workflow / CI run build and linting (pull_request) Failing after 4m49s
CI Workflow / Code coverage report (pull_request) Has been skipped
This commit is contained in:
parent
c7260e04e2
commit
169026b6d2
2 changed files with 8 additions and 8 deletions
10
.github/actions/build/action.yaml
vendored
10
.github/actions/build/action.yaml
vendored
|
|
@ -47,11 +47,11 @@ runs:
|
||||||
distribution: ${{ inputs.java-distribution }} # See 'Supported distributions' for available options
|
distribution: ${{ inputs.java-distribution }} # See 'Supported distributions' for available options
|
||||||
java-version: ${{ inputs.java-version }}
|
java-version: ${{ inputs.java-version }}
|
||||||
|
|
||||||
- name: Run build pkg directory
|
# - name: Run build pkg directory
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: |
|
# run: |
|
||||||
set -e
|
# set -e
|
||||||
go run generator/main.go build
|
# go run generator/main.go build
|
||||||
|
|
||||||
- name: Run make to build app
|
- name: Run make to build app
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -59,9 +59,9 @@ jobs:
|
||||||
distribution: 'temurin' # See 'Supported distributions' for available options
|
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
|
||||||
- name: Run build pkg directory
|
# - name: Run build pkg directory
|
||||||
run: |
|
# run: |
|
||||||
go run generator/main.go build
|
# go run generator/main.go build
|
||||||
|
|
||||||
- name: Set up s3cfg
|
- name: Set up s3cfg
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue