Skip to content

Commit

Permalink
Use test script for end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yndajas committed May 17, 2024
1 parent 6f9e989 commit e9c9c96
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 31 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: End-to-end tests

on:
pull_request:
push:
branches:
- main

jobs:
end_to_end_test:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Run tests
run: script/test --ci-environment
31 changes: 0 additions & 31 deletions .github/workflows/playwright.yml

This file was deleted.

0 comments on commit e9c9c96

Please sign in to comment.