2
0
mirror of https://github.com/status-im/dagger-contracts.git synced 2025-02-25 12:55:22 +00:00

15 lines
236 B
YAML
Raw Normal View History

2021-10-14 14:54:43 +02:00
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install
- run: npm test