Skip to content

Commit

Permalink
fix test branchs
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Aug 16, 2023
1 parent 162cf95 commit 9b8a5c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
pull_request:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
pull_request:

env:
Expand Down
12 changes: 10 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PATH
decidim-admin (>= 0.26.1, < 0.27)
decidim-core (>= 0.26.1, < 0.27)
decidim-verifications (>= 0.26.1, < 0.27)
deface (~> 1.5)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -325,6 +326,12 @@ GEM
declarative-builder (0.1.0)
declarative-option (< 0.2.0)
declarative-option (0.1.0)
deface (1.9.0)
actionview (>= 5.2)
nokogiri (>= 1.6)
polyglot
railties (>= 5.2)
rainbow (>= 2.1.0)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
devise (4.9.2)
Expand Down Expand Up @@ -531,6 +538,7 @@ GEM
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
polyglot (0.3.5)
premailer (1.21.0)
addressable
css_parser (>= 1.12.0)
Expand Down Expand Up @@ -779,7 +787,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 2.7.5p203
ruby 2.7.6p219

BUNDLED WITH
2.3.5
2.3.20

0 comments on commit 9b8a5c1

Please sign in to comment.