test build job
Some checks failed
Lint / golangci-lint (push) Successful in 9m41s
Declarative Tests / test (push) Successful in 21s
Declarative Tests / build (push) Failing after 31s

This commit is contained in:
Matthew Rich 2024-05-26 15:41:16 -07:00
parent 3582e65927
commit 7991864bf4
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
- run: dnf install -y dnf-plugins-core
- run: dnf install -y dnf-plugins-core rpmbuild rpmdevtools
- run: dnf builddep -y build/jx.spec
- run: make rpm
- uses: ncipollo/release-action@v1

View File

@ -78,7 +78,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
- run: dnf install -y dnf-plugins-core
- run: dnf install -y dnf-plugins-core rpmbuild rpmdevtools
- run: dnf builddep -y build/jx.spec
- name: Run build
run: |