OpenCIを実行するには、以下のコマンドを実行します。

必要なファイルは、以前のページで作成した、GitHub AppsのPrivate Keyの.pemファイルと、Firebaseサービスアカウントの.jsonファイルです。

また、FirebaseプロジェクトのIDが必要です。

openci_runner runner --pem-path path-to-pem-file \
  --service-account-path path-to-service-account-json-file \
  --project-id project-id

このコマンドを実行すると、OpenCIのRunnerが起動します。