Skip to content

Commit

Permalink
Run with Solidus 3.0 and only our Alchemhy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jun 30, 2021
1 parent 30e02df commit 06c0cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,21 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
Rspec:

runs-on: ubuntu-18.04
strategy:
matrix:
ruby-version:
- 2.7
alchemy:
- 5.0-stable
- 5.1-stable
- 5.2-stable
- main
solidus:
- v2.9
- v2.10
- v2.11
- v3.0
env:
ALCHEMY_BRANCH: ${{ matrix.alchemy }}
SOLIDUS_BRANCH: ${{ matrix.solidus }}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "solidus_core", github: "solidusio/solidus", branch: solidus_branch
gem "solidus_frontend", github: "solidusio/solidus", branch: solidus_branch
gem "solidus_backend", github: "solidusio/solidus", branch: solidus_branch

alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
# alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
gem "alchemy_cms", github: "tvdeyen/alchemy_cms", branch: "normalize-contents-and-essences"
gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: "main"

Expand Down

0 comments on commit 06c0cec

Please sign in to comment.