Test: Switch from Travis to GitHub workflows (#2423)

This commit is contained in:
Kieran
2022-04-12 16:24:11 +01:00
committed by GitHub
parent 900a90ba31
commit 25293ccf6b
2 changed files with 18 additions and 12 deletions
+18
View File
@@ -0,0 +1,18 @@
name: ci
on:
push:
pull_request:
jobs:
linux_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Run tests
run: npm install
-12
View File
@@ -1,12 +0,0 @@
language: node_js
node_js:
- 6
sudo: false
install:
- npm install
cache:
directories:
- node_modules