Skip to content

Commit

Permalink
run smoke tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedMaaz committed Dec 11, 2023
1 parent fa9e471 commit 49f1ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,16 @@ jobs:
node-version: 18

- name: Install Frontend Depedencies
env:
NEXT_PUBLIC_OPENAI_API_KEY: ${{ secrets.NEXT_PUBLIC_OPENAI_API_KEY }}
run: |
cd agenta-web/ && npm install
- name: Run Cypress
env:
NEXT_PUBLIC_OPENAI_API_KEY: ${{ secrets.NEXT_PUBLIC_OPENAI_API_KEY }}
run: cd agenta-web/ && npm run cypress:run
run: cd agenta-web/ && npm run test

- name: Docker logs
if: always() #
if: always() #
run: docker ps -q | xargs -I {} docker logs {}

- name: Stop Docker Compose
Expand Down
File renamed without changes.

0 comments on commit 49f1ff0

Please sign in to comment.