-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
* publishing * refein * publishing * publishing * publishing * refein * refein * refein * add check * refein * refein * refein * refein * refien * refien * fix * fix * publishing * add * publishing
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,3 +105,4 @@ lib/**/* | |
|
||
# oneflow | ||
/log | ||
oneflow-src |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import * as process from 'process' | ||
import {test} from '@jest/globals' | ||
import os from 'os' | ||
import * as actionMeta from '../src/utils/actionMeta' | ||
import {setTestMatrix} from '../src/utils/matrix' | ||
|
||
process.env['RUNNER_TOOL_CACHE'] = '~/runner_tool_cache'.replace( | ||
'~', | ||
os.homedir | ||
) | ||
process.env['RUNNER_TEMP'] = '~/runner_temp'.replace('~', os.homedir) | ||
process.env['GITHUB_REPOSITORY'] = 'jest-test/jest-test' | ||
const MINUTES15 = 1000 * 60 * 15 | ||
// shows how the runner will run a javascript action with env / stdout protocol | ||
|
||
test( | ||
'cache test matrix', | ||
async () => { | ||
await actionMeta.checkAction() | ||
}, | ||
MINUTES15 | ||
) |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
name: 'Mirror Tools' | ||
description: '' | ||
inputs: | ||
action-type: | ||
description: '' | ||
required: false | ||
default: 'mirror' | ||
runs: | ||
using: 'node12' | ||
main: '../dist/mirrorTools/index.js' | ||
main: '../dist/index.js' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.