Skip to content

Commit

Permalink
Update e2e.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael authored Jan 9, 2025
1 parent c949ee9 commit 940cbb4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
e2e:
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest-cmi-m
runs-on: ubuntu-latest
services:
api:
image: cliniciantoolkit.azurecr.io/ctk-functions:latest
Expand Down Expand Up @@ -61,9 +61,6 @@ jobs:
uses: actions/checkout@main
with:
repository: childmindresearch/ctk-webapp
- name: Test LanguageTool
run: |
curl -X POST --header 'Content-Type: application/x-www-form-urlencoded' --header 'Accept: application/json' -d 'text=Hello%20%2C%20world!&language=en-US&enabledOnly=false' 'http://localhost:8010/v2/check'

- name: Initialize PostgreSQL
env:
Expand All @@ -79,7 +76,7 @@ jobs:
- name: Install dependencies
run: |
npm install --legacy-peer-deps
npx playwright install
npx playwright install chromium
- name: Run tests
run: |
npm run test:integration
Expand Down

0 comments on commit 940cbb4

Please sign in to comment.