Correction in github action configurations

This commit is contained in:
“pranavxc”
2021-05-27 11:50:15 +05:30
parent 3db4dc1656
commit d5cb651cde
2 changed files with 2 additions and 18 deletions

View File

@@ -5,9 +5,9 @@ name: Node.js CI
on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
jobs:
cypress-run:

View File

@@ -1,16 +0,0 @@
language: node_js
node_js:
- '7.6.0'
- '8'
- '10'
- '12'
- 'node'
services:
- mysql
install:
- npm install
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS classicmodels;'
- mysql -u root --default-character-set=utf8 classicmodels < tests/sample.sql
script:
- npm test