Skip to content

Commit

Permalink
random
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-1004 committed Jul 10, 2023
1 parent e624c3a commit 595a9d2
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/workflows/packaging-action.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
name: packaging-actions
run-name: packaging actions
on: [push]
name: Package NFS and CIFS diagnostic scripts

jobs:
test:
package:
runs-on: ubuntu-latest

steps:
- run: |
ls
echo hello
- name: Checkout Repository
uses: actions/checkout@v3

- name: Set up environment
run: |
sudo apt install -y rpm
sudo apt install -y build-essential
sudo apt install -y debhelper
- name: Build Packages
run: |
cd packaging
make

0 comments on commit 595a9d2

Please sign in to comment.