Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vrbanecd authored Oct 17, 2023
1 parent 3b6faab commit b5deef2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,14 @@ jobs:
with:
name: rpms
path: |
/github/home/rpmbuild/RPMS/noarch/teapot-v*-1.el7.noarch.rpm
/github/home/rpmbuild/RPMS/noarch/teapot-v*-1.el7.noarch.rpm
test:
name: test
runs-on: ubuntu-latest
container: centos:centos7
steps:
- name: Install the rpm package
run: |
gh run download Build-CI-pipeline

0 comments on commit b5deef2

Please sign in to comment.