Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit552e924

Browse files
committed
chore: disable e2e-premium tests
- These tests are providing no value in their current state due to the frequency of their intermittent failures.
1 parent6fdad02 commit552e924

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ jobs:
299299
-name:Setup Node
300300
uses:./.github/actions/setup-node
301301

302-
-name:Check Go version
303-
run:IGNORE_NIX=true ./scripts/check_go_versions.sh
304-
305302
# Use default Go version
306303
-name:Setup Go
307304
uses:./.github/actions/setup-go
@@ -677,8 +674,8 @@ jobs:
677674
variant:
678675
-premium:false
679676
name:test-e2e
680-
-premium:true
681-
name:test-e2e-premium
677+
#- premium: true
678+
# name: test-e2e-premium
682679
# Skip test-e2e on forks as they don't have access to CI secrets
683680
if:(needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main') && !(github.event.pull_request.head.repo.fork)
684681
timeout-minutes:20

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp