-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from crosscite/fix_build
updated readme links and deleted codeclimate code
- Loading branch information
Showing
3 changed files
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
MYSQL_PORT: ${{ job.services.mysql.ports[3306] }} | ||
run: | | ||
cp .env.build .env | ||
gem install bundler -v 2.1.4 | ||
gem install bundler | ||
bundle config path vendor/bundle | ||
bundle install --jobs 4 --retry 3 | ||
- name: Lint and Test | ||
|
@@ -40,10 +40,6 @@ jobs: | |
run: |1 | ||
# Run the tests in subsets instead of all at once. | ||
bundle exec rspec spec | ||
# - name: Publish code coverage | ||
# uses: paambaati/[email protected] | ||
# env: | ||
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} | ||
build: | ||
needs: test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
MYSQL_PORT: ${{ job.services.mysql.ports[3306] }} | ||
run: | | ||
cp .env.build .env | ||
gem install bundler -v 2.1.4 | ||
gem install bundler | ||
bundle config path vendor/bundle | ||
bundle install --jobs 4 --retry 3 | ||
- name: Lint and Test | ||
|
@@ -39,10 +39,6 @@ jobs: | |
run: | | ||
# Run the tests in subsets instead of all at once. | ||
bundle exec rspec spec | ||
# - name: Publish code coverage | ||
# uses: paambaati/[email protected] | ||
# env: | ||
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} | ||
build: | ||
needs: test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters