Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentBug committed Jul 8, 2024
1 parent b83d63f commit 17d9ce2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# use pytest-cov to see what percentage of the code is being covered by tests
# WARNING: this workflow will fail if any of the tests within it fail

name: Test Coverage
name: Test Pytest
permissions: read-all

on:
Expand All @@ -25,7 +25,7 @@ env:
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}

jobs:
test-coverage:
test-pytest:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -45,8 +45,8 @@ jobs:
- name: Install CRIPT Python SDK
run: pip install -e .

- name: Install requirements_dev.txt
run: pip install -r requirements_dev.txt
- name: Install requirements-dev.lock
run: pip install -r requirements-dev.lock

- name: Retrieve Cognito Tokens from AWS Secrets Manager
run: |
Expand Down

0 comments on commit 17d9ce2

Please sign in to comment.