mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-19 16:13:58 +02:00
commit
54f1ca1d8d
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -4,19 +4,19 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: [ '2.7', '3.0.1' ]
|
||||
name: Ruby ${{ matrix.ruby }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
- name: install bundler
|
||||
run: gem install bundler:1.17.3
|
||||
run: gem install bundler:2.2.23
|
||||
- name: bundle install
|
||||
run: bundle install --jobs 4 --retry 3
|
||||
- name: build site
|
||||
|
Loading…
Reference in New Issue
Block a user