kusumotolab / kGenProg

A High-performance, High-extensibility and High-portability APR System
MIT License
48 stars 13 forks source link

GHAのブランチテストが動いていない #843

Open shinsuke-mat opened 3 years ago

shinsuke-mat commented 3 years ago

2021/03/17に maven-factory というブランチを突っ込んだ. GHAによるブランチのテストが動かない. image

why? https://github.com/kusumotolab/kGenProg/blob/master/.github/workflows/test-branches.yml

shinsuke-mat commented 3 years ago

GHAの設定ファイル,これは正しいのか? https://github.com/kusumotolab/kGenProg/blob/master/.github/workflows/test-branches.yml#L3-L6

on:
  pull_request:
    branches:
      - master

masterブランチへのPRにしか反応しないように読めるが. この解釈が正しいとすると,そもそもなぜ今まで動いていた?

どこかのタイミングでスクリプトを間違えて書き換えた? そんなこともなさそう. https://github.com/kusumotolab/kGenProg/commits/master/.github/workflows