Skip to content

Commit

Permalink
Clean CI build config
Browse files Browse the repository at this point in the history
  • Loading branch information
sadick254 committed Jun 15, 2021
1 parent 16e64ea commit 722146e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@ env:
CI: true

jobs:
Test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
channel: [stable, beta]
runs-on: ${{ matrix.os }}
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '7'
- name: Build
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2
2.6.7
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.4.2'
ruby '2.6.7'

# essential
gem 'nanoc', '~> 4.7'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ GEM

PLATFORMS
ruby
x86_64-darwin-19

DEPENDENCIES
activesupport (~> 4.2)
Expand All @@ -128,4 +129,4 @@ RUBY VERSION
ruby 2.4.2p198

BUNDLED WITH
1.16.3
1.17.3

0 comments on commit 722146e

Please sign in to comment.