Skip to content

Commit

Permalink
let's try
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Jan 10, 2025
1 parent 5704fd6 commit 5298d18
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
required: true
AWS_SECRET_ACCESS_KEY:
required: true
pull_request:
types: [opened, synchronize]

permissions:
contents: read
Expand All @@ -27,9 +29,6 @@ jobs:
- name: Install dependencies
run: |
make unit-deps
- name: Run functional tests
- name: Run API tests
run: |
make functional
- name: Run integration tests
run: |
make integration
pytest tests/integration/api

0 comments on commit 5298d18

Please sign in to comment.