diff --git a/.github/workflows/build_rpi3.yml b/.github/workflows/build_rpi3.yml index acdea068..179752b7 100644 --- a/.github/workflows/build_rpi3.yml +++ b/.github/workflows/build_rpi3.yml @@ -35,6 +35,6 @@ jobs: gem install bundler bundle config set without 'uart' bundle install --retry 3 - - name: Make + - name: Run run: | BSP=rpi3 bundle exec ruby utils/devtool.rb make diff --git a/.github/workflows/build_rpi4.yml b/.github/workflows/build_rpi4.yml index c511f7bc..88d69885 100644 --- a/.github/workflows/build_rpi4.yml +++ b/.github/workflows/build_rpi4.yml @@ -35,6 +35,6 @@ jobs: gem install bundler bundle config set without 'uart' bundle install --retry 3 - - name: Make + - name: Run run: | BSP=rpi4 bundle exec ruby utils/devtool.rb make diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 9441e3c9..fc14b242 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v1 with: - node-version: "12" + node-version: "16" - name: Set up Ruby uses: ruby/setup-ruby@v1 - name: Set up Rust nightly diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index f2980039..affc9793 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -35,6 +35,6 @@ jobs: gem install bundler bundle config set without 'uart' bundle install --retry 3 - - name: Make all + - name: Run run: | bundle exec ruby utils/devtool.rb test_integration diff --git a/.github/workflows/test_unit.yml b/.github/workflows/test_unit.yml index 909bde35..7518b08c 100644 --- a/.github/workflows/test_unit.yml +++ b/.github/workflows/test_unit.yml @@ -35,7 +35,7 @@ jobs: gem install bundler bundle config set without 'uart' bundle install --retry 3 - - name: Make all + - name: Run run: | bundle exec ruby utils/devtool.rb test_boot bundle exec ruby utils/devtool.rb test_unit diff --git a/.github/workflows/test_xtra.yml b/.github/workflows/test_xtra.yml index f77c8da1..a2a6c1e0 100644 --- a/.github/workflows/test_xtra.yml +++ b/.github/workflows/test_xtra.yml @@ -35,6 +35,6 @@ jobs: gem install bundler bundle config set without 'uart' bundle install --retry 3 - - name: Make all + - name: Run run: | bundle exec ruby utils/devtool.rb make_xtra