Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release to Main v4.11.0 #4538

Merged
merged 10 commits into from
Aug 1, 2023
6 changes: 1 addition & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

name: CI
name: CI-CD

on: [push]

jobs:

build:
runs-on: ${{matrix.os}}
name: ${{matrix.os}}, Node ${{matrix.node}}
Expand Down Expand Up @@ -50,5 +48,3 @@ jobs:
npx playwright install firefox &
sleep 10
npx playwright test --project=firefox --reporter=list


23 changes: 0 additions & 23 deletions .github/workflows/layer-pr-template.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/playwright.yml

This file was deleted.

Loading