Browse Source

Typos

parallelize-tests
Kat 2 years ago
parent
commit
d061f6ecae
  1. 2
      .github/workflows/staging_pipeline.yml

2
.github/workflows/staging_pipeline.yml

@ -298,7 +298,7 @@ jobs:
runs-on: ubuntu-latest
environment: staging
if: github.ref == 'refs/heads/main'
needs: [lint, test, feature_test, requests_tests, services_tests, audit]
needs: [lint, test, feature_test, request_test, services_test, audit]
steps:
- name: Checkout code

Loading…
Cancel
Save