Skip to content

Commit

Permalink
Merge pull request #155 from cypress-io/move-to-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Apr 3, 2023
2 parents 5ee7424 + b353278 commit 3edc0e3
Show file tree
Hide file tree
Showing 4 changed files with 31,181 additions and 10,552 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,15 @@
name: Test and Release (if master)
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
# - if: github.ref == 'refs/heads/master'
# run: npm run semantic-release
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -129,8 +129,8 @@ OTHER DEALINGS IN THE SOFTWARE.

[npm-icon]: https://nodei.co/npm/@cypress/commit-info.svg?downloads=true
[npm-url]: https://npmjs.org/package/@cypress/commit-info
[ci-image]: https://travis-ci.org/cypress-io/commit-info.svg?branch=master
[ci-url]: https://travis-ci.org/cypress-io/commit-info
[ci-image]: https://github.com/cypress-io/commit-info/actions/workflows/main.yml/badge.svg
[ci-url]: https://github.com/cypress-io/commit-info/actions/workflows/main.yml
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-url]: https://github.com/semantic-release/semantic-release
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
Expand Down

0 comments on commit 3edc0e3

Please sign in to comment.