mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-03-12 04:41:54 +00:00
don't run Github tests unless process.env.TEST8BIT_GITHUB_TOKEN exists
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
// don't run unless Github token exists
|
||||
if (!process.env.TEST8BIT_GITHUB_TOKEN) {
|
||||
return;
|
||||
}
|
||||
|
||||
var vm = require('vm');
|
||||
var fs = require('fs');
|
||||
var assert = require('assert');
|
||||
|
||||
Reference in New Issue
Block a user