Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Replace Travis badge and tweak action
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 19, 2021
1 parent a991f3b commit 44f2eed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14]
name: Node ${{ matrix.node }}
name: Sauce Labs
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use node ${{ matrix.node }}
- name: Use node 14
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
node-version: 14
- name: Install
run: npm install
env:
# Download Sauce Connect binary now instead of on first run
SAUCE_CONNECT_DOWNLOAD_ON_INSTALL: true
SAUCE_CONNECT_DOWNLOAD_ON_INSTALL: true
- name: Add host
run: echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts
- name: Test
Expand All @@ -29,6 +26,6 @@ jobs:
- name: Coverage
run: npm run coverage
- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1
with:
file: coverage/lcov.info
file: coverage/lcov.info
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![level badge][level-badge]][awesome]
[![npm](https://img.shields.io/npm/v/level-js.svg?label=&logo=npm)](https://www.npmjs.com/package/level-js)
[![Travis](https://img.shields.io/travis/com/Level/level-js.svg?logo=travis&label=)](https://travis-ci.com/Level/level-js)
[![Test](https://github.com/Level/level-js/actions/workflows/test.yml/badge.svg)](https://github.com/Level/level-js/actions/workflows/test.yml)
[![npm](https://img.shields.io/npm/dm/level-js.svg?label=dl)](https://www.npmjs.com/package/level-js)
[![codecov](https://codecov.io/gh/Level/level-js/branch/master/graph/badge.svg)](https://codecov.io/gh/Level/level-js)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
Expand Down

0 comments on commit 44f2eed

Please sign in to comment.