mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
build: inline external Github Actions to unblock CI (#12241)
* build: inline cached-dependencies to unblock CI * Run E2E on pull_request on;y * Inline all external actions * Checkout needed for internal actions Also fixes pre-commit * Add missing files
This commit is contained in:
5
.github/actions/file-changes-action/jest.config.integration.js
vendored
Normal file
5
.github/actions/file-changes-action/jest.config.integration.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
var config = require('./jest.config')
|
||||
config.testPathIgnorePatterns = ['!/src/tests/integration.test.ts']
|
||||
config.testMatch = ['**/integration.test.ts']
|
||||
console.log('RUNNING INTEGRATION TESTS')
|
||||
module.exports = config
|
||||
Reference in New Issue
Block a user