From 0d887d6eda8b38070a553b4e0a0ad6ad33f93b16 Mon Sep 17 00:00:00 2001 From: Neil Zhao Date: Wed, 5 Jun 2024 00:24:32 -0400 Subject: [PATCH] Update ci.yaml test pipeline --- .github/workflows/ci.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ce83b3..f59a1ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,19 +59,19 @@ jobs: sudo apt-get update sudo apt-get install -y build-essential libicu-dev libcurl4-openssl-dev libldap2-dev libidn11-dev - - name: Setup Ruby - if: ${{ runner.os != 'Windows' }} - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.1.4' - bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - - name: Run Test - if: ${{ runner.os != 'Windows' }} - run: bundle exec npm test +# - name: Setup Ruby +# if: ${{ runner.os != 'Windows' }} +# uses: ruby/setup-ruby@v1 +# with: +# ruby-version: '3.1.4' +# bundler-cache: true # runs 'bundle install' and caches installed gems automatically +# +# - name: Run Test +# if: ${{ runner.os != 'Windows' }} +# run: bundle exec npm test - name: Run Test (Windows) - if: ${{ runner.os == 'Windows' }} +# if: ${{ runner.os == 'Windows' }} run: npm test test-docker: