mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Rename 'input-params' to 'configuration'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as path from 'path'
|
||||
import * as fs from 'fs'
|
||||
import {GradleUserHomeCache} from "../../src/caching/gradle-user-home-cache"
|
||||
import {CacheConfig} from "../../src/input-params"
|
||||
import {CacheConfig} from "../../src/configuration"
|
||||
|
||||
const testTmp = 'test/jest/tmp'
|
||||
fs.rmSync(testTmp, {recursive: true, force: true})
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import * as inputParams from '../../src/input-params'
|
||||
import * as inputParams from '../../src/configuration'
|
||||
|
||||
describe('input params', () => {
|
||||
describe('parses numeric input', () => {
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DependencyGraphConfig } from "../../src/input-params"
|
||||
import { DependencyGraphConfig } from "../../src/configuration"
|
||||
|
||||
describe('dependency-graph', () => {
|
||||
describe('constructs job correlator', () => {
|
||||
|
||||
Reference in New Issue
Block a user