mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-09 21:02:19 +02:00
testing with conditions
This commit is contained in:
parent
996d9604f2
commit
6aeae83a71
3 changed files with 76 additions and 9 deletions
|
@ -9,7 +9,7 @@ import * as tc from '@actions/tool-cache';
|
|||
jest.mock('@actions/http-client');
|
||||
jest.mock('@actions/tool-cache');
|
||||
|
||||
const mockManifest = [{version: '1.0.0'}];
|
||||
const mockManifest = [{version: '3.12.0'}];
|
||||
|
||||
describe('getManifest', () => {
|
||||
it('should return manifest from repo', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue