Skip to content

Commit

Permalink
Rename and update paths for firewalld test files.
Browse files Browse the repository at this point in the history
Moved firewalld-related files out of the tests directory for better organization. Updated file paths in the Dockerfile accordingly to ensure functionality remains intact.
  • Loading branch information
dvershinin committed Dec 19, 2024
1 parent 681ea46 commit e680104
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-firewalld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Docker
run: |
docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host eniocarboni/docker-rockylinux-systemd:latest
- name: Build Docker image
run: |
docker build -t my-firewalld-image -f firewalld.Dockerfile .
Expand Down

0 comments on commit e680104

Please sign in to comment.