Skip to content

Commit

Permalink
Merge pull request #518 from ytaek/main
Browse files Browse the repository at this point in the history
env: update codeowners for 2024
  • Loading branch information
ytaek authored Jul 16, 2024
2 parents dc3a78a + 87036ae commit 584b859
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @githru/contributors @githru/oss-2023
* @githru/contributors @githru/oss-2024
46 changes: 23 additions & 23 deletions .github/workflows/e2eTests.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
name: E2E Tests - Playwright
on:
pull_request:
branches: [main, master]
jobs:
tests:
timeout-minutes: 600
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/view
steps:
- uses: actions/checkout@v2 # v3 is not available as of my last update in January 2022
- uses: actions/setup-node@v3
with:
node-version: 18.16.0
# name: E2E Tests - Playwright
# on:
# pull_request:
# branches: [main, master]
# jobs:
# tests:
# timeout-minutes: 600
# runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: ./packages/view
# steps:
# - uses: actions/checkout@v2 # v3 is not available as of my last update in January 2022
# - uses: actions/setup-node@v3
# with:
# node-version: 18.16.0

# Add Playwright GitHub Action
- name: Setup Playwright
uses: microsoft/playwright-github-action@v1
# # Add Playwright GitHub Action
# - name: Setup Playwright
# uses: microsoft/playwright-github-action@v1

- name: Install dependencies
run: npm i
# - name: Install dependencies
# run: npm i

- name: npx playwright install
run: npx playwright install
# - name: npx playwright install
# run: npx playwright install

# Temporarily Disabled until UI renewal
# - name: Run Playwright tests
Expand Down

0 comments on commit 584b859

Please sign in to comment.