Skip to content

Commit

Permalink
fix: Removed tests or dependencies because initial main doesnt have t…
Browse files Browse the repository at this point in the history
…he code

Signed-off-by: Kyle Vorster <[email protected]>
  • Loading branch information
vorsterk committed Jul 15, 2024
1 parent f42d084 commit 73ce12d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,6 @@ jobs:
if: ${{ steps.release-label.outputs.level != null }}
with:
semver_only: true

- name: Setup Node.js (.npmrc)
uses: actions/setup-node@v3
with:
node-version: 16.x
registry-url: https://npm.pkg.github.com/
# Defaults to the user or organization that owns the workflow file
scope: '@frmscoe'

- name: Install dependencies
run: npm ci
env:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: Run Tests
run: npm test
env:
STARTUP_TYPE: 'nats'

# Determine the release type (major, minor, patch) based on commit messages
- name: Determine Release Type
Expand Down

0 comments on commit 73ce12d

Please sign in to comment.