Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rails_dingtalk
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
other
rails_dingtalk
Commits
c9d2db24
Commit
c9d2db24
authored
Sep 10, 2021
by
mingyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
b960d07c
' into release
parents
2ec0abab
b960d07c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gempush.yml
.github/workflows/gempush.yml
+1
-1
test.yml
.github/workflows/test.yml
+3
-3
No files found.
.github/workflows/gempush.yml
View file @
c9d2db24
...
...
@@ -18,7 +18,7 @@ jobs:
-
name
:
Set up Ruby
uses
:
actions/setup-ruby@v1
with
:
version
:
3.0
.x
version
:
3.0
-
name
:
Publish to RubyGems
run
:
|
mkdir -p $HOME/.gem
...
...
.github/workflows/test.yml
View file @
c9d2db24
...
...
@@ -24,12 +24,12 @@ jobs:
-
name
:
Set up Ruby and Bundle Install
uses
:
ruby/setup-ruby@v1
with
:
ruby-version
:
3.0
.2
ruby-version
:
3.0
bundler-cache
:
true
-
name
:
Set up Nodejs
uses
:
actions/setup-node@v2
with
:
node-version
:
16.3
.0
node-version
:
16.3
-
name
:
Cache Node Modules
uses
:
actions/cache@v2
with
:
...
...
@@ -41,7 +41,7 @@ jobs:
-
name
:
Prepare DB
run
:
|
RAILS_ENV=test bin/rails app:db:prepare
RAILS_ENV=test bin/rails g rails_
com
:migrations -f
RAILS_ENV=test bin/rails g rails_
extend
:migrations -f
RAILS_ENV=test bin/rails db:migrate
-
name
:
Run Test
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment