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

This commit is contained in:
Matthew Rich 2024-05-26 15:17:40 -07:00
parent 53321d9640
commit 3582e65927
2 changed files with 2 additions and 2 deletions

View File

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

View File

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