Initial version of action
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
describe('TODO - Add a test suite', () => {
|
||||
it('TODO - Add a test', async () => {});
|
||||
import * as main from '../src/main';
|
||||
|
||||
// Frankly, tests would be entirely useless unless we can mock GitHub somehow.
|
||||
describe('Upload Release Action', () => {
|
||||
it('', async () => {});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user