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
b960d07c
Commit
b960d07c
authored
Sep 10, 2021
by
mingyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use main version
parent
9e84d554
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gempush.yml
workflows/gempush.yml
+1
-1
test.yml
workflows/test.yml
+3
-3
No files found.
workflows/gempush.yml
View file @
b960d07c
...
...
@@ -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
...
...
workflows/test.yml
View file @
b960d07c
...
...
@@ -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