Skip to content

Commit 3edc0e3

Browse files
Merge pull request #155 from cypress-io/move-to-gh-actions
2 parents 5ee7424 + b353278 commit 3edc0e3

File tree

4 files changed

+31181
-10552
lines changed

4 files changed

+31181
-10552
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test and Release (if master)
2+
on: push
3+
jobs:
4+
ci:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout
8+
uses: actions/checkout@v3
9+
- uses: actions/setup-node@v3
10+
with:
11+
node-version: 16
12+
- run: npm ci
13+
- run: npm test
14+
# - if: github.ref == 'refs/heads/master'
15+
# run: npm run semantic-release

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ OTHER DEALINGS IN THE SOFTWARE.
129129

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

0 commit comments

Comments
 (0)