Skip to content

Commit

Permalink
Changed step working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jan 19, 2025
1 parent 612e939 commit 3365788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:

- name: Building package
run: sudo ./builder.sh
working-directory: $relpkgdir
working-directory: ${{ github.run_id }}/pkg/rpm

- name: Installing package
run: sudo yum install -y ./fim*.rpm
working-directory: $relpkgdir
working-directory: ${{ github.run_id }}/pkg/rpm

- name: Start FIM service
run: sudo systemctl start fim
Expand Down

0 comments on commit 3365788

Please sign in to comment.