Skip to content

Bump @nuxtjs/tailwindcss from 6.6.6 to 6.8.0 #336

Bump @nuxtjs/tailwindcss from 6.6.6 to 6.8.0

Bump @nuxtjs/tailwindcss from 6.6.6 to 6.8.0 #336

Workflow file for this run

name: 'Tests: E2E'
on: [pull_request]
env:
GITHUB_PR_NUMBER: ${{github.event.pull_request.number}}
jobs:
tests_e2e_netlify_prepare:
name: Wait for deployment on Netlify
runs-on: ubuntu-latest
steps:
- name: Waiting for Netlify Preview
uses: josephduffy/wait-for-netlify-action@v1
id: wait-for-netflify-preview
with:
site_name: 'mitre-saf-v2'
max_timeout: 180
tests_e2e_netlify:
needs: tests_e2e_netlify_prepare
name: Run end-to-end tests on Netlify PR preview
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: install dependencies
run: yarn install --frozen-lockfile
- name: install playwright browsers
run: npx playwright install --with-deps
- name: yarn run test:e2e
run: yarn run test:e2e
env:
PLAYWRIGHT_TEST_BASE_URL: 'https://deploy-preview-${{env.GITHUB_PR_NUMBER}}--mitre-saf-v2.netlify.app/'
DEBUG: pw:api