Skip to content

Commit

Permalink
お試し実行
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 15, 2024
1 parent b15cfa7 commit 88eb311
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/npm-pkg-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: npm-pkg-e2e-test

on:
workflow_dispatch:
# push:
# branches:
# - develop
# - feature/*
# paths-ignore:
# - "**.md"
# - "LICENSE"
# - "NOTICE"
push:
branches:
- develop
- feature/*
paths-ignore:
- "**.md"
- "LICENSE"
- "NOTICE"
schedule:
# UTC 時間で毎日 2:00 (JST で 11:00) に実行、月曜日から金曜日
- cron: "0 2 * * 1-5"
Expand All @@ -21,6 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# メンテナンスはおてて
sdk_version: [
"2024.1.2",
"2023.2.0",
Expand All @@ -29,8 +30,8 @@ jobs:
"2022.1.0",
"2021.2.3",
]
# node: ["18", "20", "22"]
node: ["18"]
node: ["18", "20", "22"]
# node: ["18"]
# browser: ["chromium", "firefox", "webkit"]
browser: ["chromium"]
env:
Expand Down

0 comments on commit 88eb311

Please sign in to comment.