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

This commit is contained in:
Matthew Rich 2024-05-26 14:28:45 -07:00
parent 30de25b577
commit 53321d9640
2 changed files with 2 additions and 5 deletions

View File

@ -35,7 +35,4 @@ jobs:
- run: make rpm
- uses: ncipollo/release-action@v1
with:
artifacts:
- "jx"
- "/root/rpmbuild/SRPMS/jx-${{ env.VERSION }}-1.fc40.src.rpm"
- "/root/rpmbuild/RPMS/x86_64/jx-${{ env.VERSION }}-1.fc40.x86_64.rpm"
artifacts: "jx,/root/rpmbuild/**/*.rpm"

View File

@ -74,7 +74,7 @@ jobs:
- "/etc/ssl/certs:/etc/ssl/certs:ro"
options: --cpus 10
steps:
- run: dnf install -y nodejs
- run: dnf install -y nodejs git
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV