Skip to content

Commit

Permalink
Merge pull request #529 from ember-cli-deploy/ci-badge
Browse files Browse the repository at this point in the history
Update CI badge in README and use volta in CI
  • Loading branch information
lukemelia committed Aug 31, 2022
2 parents 6f5a910 + 340ca4b commit 1f46942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
- uses: volta-cli/action@v1
- name: install dependencies
run: npm install --no-package-lock
- name: test
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Ember CLI Deploy
[![Build Status](https://travis-ci.org/ember-cli-deploy/ember-cli-deploy.svg?branch=master)](https://travis-ci.org/ember-cli-deploy/ember-cli-deploy) [![Code Climate](https://codeclimate.com/github/ember-cli-deploy/ember-cli-deploy/badges/gpa.svg)](https://codeclimate.com/github/ember-cli-deploy/ember-cli-deploy)
[![Build Status](https://github.com/ember-cli-deploy/ember-cli-deploy/actions/workflows/ci.yaml/badge.svg
)](https://github.com/ember-cli-deploy/ember-cli-deploy/actions/workflows/ci.yaml) [![Code Climate](https://codeclimate.com/github/ember-cli-deploy/ember-cli-deploy/badges/gpa.svg)](https://codeclimate.com/github/ember-cli-deploy/ember-cli-deploy)

Simple, flexible deployment for your Ember CLI app

Expand Down

0 comments on commit 1f46942

Please sign in to comment.