mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-05-14 22:05:54 +00:00
fix tests and add caching
This commit is contained in:
parent
16e4be0a47
commit
664ab03930
4 changed files with 52 additions and 33 deletions
|
|
@ -1,9 +1,9 @@
|
|||
jest.mock('@actions/core');
|
||||
jest.mock('@actions/core/lib/command');
|
||||
const core = require('./@actions/core');
|
||||
const core = require('@actions/core');
|
||||
|
||||
const got = require('./got');
|
||||
const { when } = require('./jest-when');
|
||||
const got = require('got');
|
||||
const { when } = require('jest-when');
|
||||
|
||||
const { exportSecrets } = require('../../action');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue