structuring tests and functions

This commit is contained in:
grantbirki
2023-04-14 20:43:44 +01:00
parent dbac87a7c1
commit 515e39edbf
6 changed files with 277 additions and 276 deletions

View File

@@ -4,8 +4,8 @@
const core = require('@actions/core')
const { Deployment } = require('./deployment')
const getContext = require('./context')
const { Deployment } = require('./functions/deployment')
const getContext = require('./functions/context')
const deployment = new Deployment()