Skip to content

Commit

Permalink
Change build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomacGG authored Sep 21, 2024
1 parent bbc5faf commit 16e6882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
sudo kubectl apply -f ${{ github.workspace }}/kubernetes/nginx-service.yaml --force
automated-api-tests:
name: Automated-Api-Tests
name: Automated-API-Tests
needs: [ deploy ]
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Postman CLI
Expand Down

0 comments on commit 16e6882

Please sign in to comment.