Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
test pipeline
  • Loading branch information
Neil Zhao committed Jun 5, 2024
1 parent 395fd62 commit 0d887d6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0d887d6

Please sign in to comment.