diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index cb23936..5cd964c 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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 @@ -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: @@ -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