Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Feb 28, 2024
1 parent fc1ca48 commit 539adc0
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Run Unit Tests
run: |
cd Tasks/TerraformTask/TerraformTaskV4
sudo npm install -include=dev
node -v
npm -v
npm bin
npm config list --json
npm install -include=dev
npm test
ls src
ls Tests
ls -a node_modules
ls -a node_modules/.bin

0 comments on commit 539adc0

Please sign in to comment.