Skip to content

Commit

Permalink
Remove the ci file from the .github folder
Browse files Browse the repository at this point in the history
  • Loading branch information
igbanam committed Nov 14, 2024
1 parent ecd4c27 commit 7fb19e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_checks_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Start Simple Service
run: |
docker compose -f .github/docker/simple-server.compose.yml up -d
docker compose -f simple-server.ci.yml up -d
- name: Enable KVM group perms
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Stop Simple Service
run: |
docker compose -f .github/docker/simple-server.compose.yml down
docker compose -f simple-server.ci.yml down
- name: Upload failed test artifacts
if: always() && steps.run-instrumented-tests.outcome != 'success'
uses: actions/upload-artifact@v4
Expand Down
File renamed without changes.

0 comments on commit 7fb19e9

Please sign in to comment.