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 bc9a624 commit 681ea46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-firewalld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t my-firewalld-image -f tests/firewalld.Dockerfile .
docker build -t my-firewalld-image -f firewalld.Dockerfile .
- name: Run tests
run: |
Expand Down

0 comments on commit 681ea46

Please sign in to comment.