Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 对Github操作运行系统测试_Ruby On Rails_Github_Github Actions - Fatal编程技术网

Ruby on rails 对Github操作运行系统测试

Ruby on rails 对Github操作运行系统测试,ruby-on-rails,github,github-actions,Ruby On Rails,Github,Github Actions,对于需要运行Rails应用程序的测试,在使用Github操作运行系统测试(或Cypress测试)之前,如何启动Rails 此操作挂起。尝试操作尝试操作 - name: start Rails run: bundle exec rails s -e test

对于需要运行Rails应用程序的测试,在使用Github操作运行系统测试(或Cypress测试)之前,如何启动Rails

此操作挂起。

尝试操作尝试操作
- name: start Rails
  run: bundle exec rails s -e test