Skip to content

Commit

Permalink
Merge pull request #278 from Aymanhki/ayman
Browse files Browse the repository at this point in the history
Added load testing to ci-cd 2
  • Loading branch information
Aymanhki authored Mar 21, 2024
2 parents eef8ed5 + 1323c18 commit 267b706
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
clean-old-build:
needs:
- test-new-build
- local-test-new-build
- security-scan
runs-on: ubuntu-latest

Expand Down Expand Up @@ -291,7 +291,8 @@ jobs:

server-test-new-build:
runs-on: ubuntu-latest

permissions: write-all
needs: deploy-new-build
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 267b706

Please sign in to comment.