From 9b28fe5acefc45b7cabba205942b97654239cebb Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Tue, 7 Sep 2021 10:57:52 -0400 Subject: [PATCH] remove 2 initial 'g's from webpacker commands re: #9502 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 308b893ba8..a5d8535e35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,7 +62,7 @@ jobs: RAILS_ENV: test DB_PASSWORD: root DB_PORT: ${{ job.services.mysql.ports[3306] }} - run: bundle exec rails g webpacker:install && bundle exec rails g webpacker:install:react && bundle exec rails g react:install + run: bundle exec rails webpacker:install && bundle exec rails webpacker:install:react && bundle exec rails g react:install - name: "Functional Tests" env: RAILS_ENV: test