mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 01:35:17 +00:00
Correction in github action configurations
This commit is contained in:
4
.github/workflows/node.yml
vendored
4
.github/workflows/node.yml
vendored
@@ -5,9 +5,9 @@ name: Node.js CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
cypress-run:
|
||||
|
||||
16
.travis.yml
16
.travis.yml
@@ -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
|
||||
Reference in New Issue
Block a user