Skip to content

Test Packages

Test Packages #2

Workflow file for this run

name: test
run-name: Test Packages
on: push
jobs:
build-packages-workflow:
uses: ./.github/workflows/build.yml
rpm-packages:
runs-on: ubuntu-latest
needs: nfpm

Check failure on line 10 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 10, Col: 12): Job 'rpm-packages' depends on unknown job 'nfpm'.
steps:
- name: Download Prometheus Artifacts
uses: actions/download-artifact@v3
with:
name: packages
- name: Install packages
uses: docker://rockylinux/rockylinux:8
with:
args: sudo yum localinstall -y prometheus-*.x86_64.rpm