Skip to content

Commit 8588a93

Browse files
committed
💚Fixed GitHub Actions
1 parent eedb26a commit 8588a93

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/test_branch.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,6 @@ jobs:
141141
echo -e "> Commit: $commit_link" >> README.md
142142
echo -e "" >> README.md # この行を追加
143143
144-
# テスト対象外のファイルに関する注記を追加
145-
echo -e "> [!Important]" >> README.md
146-
echo -e "> The following file is intentionally excluded from test coverage:" >> README.md
147-
echo -e "> - \`video_grid_merge/staking/ton_whales_staking_dashboard.py\`" >> README.md
148-
echo -e "> " >> README.md
149-
echo -e "> This file contains complex external dependencies and is verified through manual and integration testing." >> README.md
150-
echo -e "> " >> README.md
151-
152144
# macOS、Ubuntuの各OSとPythonバージョンごとにカバレッジレポートを追加
153145
for os in macos-12 ubuntu-latest; do
154146
for version in 3.11 3.12; do

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "video-grid-merge"
3-
version = "0.2.27"
3+
version = "0.2.28"
44
description = "This project allows you to use FFmpeg to arrange video files stored in a specified folder in an NxN grid layout and generate the output."
55
authors = ["7rikaz"]
66
readme = "README.md"

0 commit comments

Comments
 (0)