Skip to content

Commit

Permalink
Update build-and-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jul 30, 2024
1 parent de57eef commit bb71c3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
git push origin HEAD:${GITHUB_HEAD_REF}
local_tests:
needs: setup-runner
needs: [setup-runner, docker-build-and-push, prepare-and-push]
runs-on: self-hosted
steps:
- name: Checkout code
Expand Down Expand Up @@ -290,12 +290,12 @@ jobs:
https://api.github.com/repos/$REPO/actions/runners/$RUNNER_ID
echo "Runner deleted successfully."
- name: Uninstall Helm release
if: ${{ always() }}
run: helm uninstall antmedia -n antmedia
- name: Stop Minikube
- name: Install Dependencies
if: ${{ always() }}
run: minikube stop
run: |
sudo apt-get update
sudo apt-get install -y python3-pip python3-dev libffi-dev libssl-dev
sudo pip3 install python-openstackclient
- name: Delete CI Instance
if: ${{ always() }}
run: |
Expand Down

0 comments on commit bb71c3f

Please sign in to comment.