Skip to content

Commit

Permalink
tweak(ci): add testing & general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TasoOneAsia committed Jul 7, 2021
1 parent 2d28bbd commit dbe2698
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2s
updates:
- package-ecosystem: npm
directory: "/"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
node-version: '14.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run Tests
run: yarn test
- name: Build Docs
run: npm run docs:build
- name: Inject CName into Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
node-version: '14.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test
- name: Start test build
run: npm run build

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
node-version: '14.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test
- name: Run build
run: npm run build
- name: Create Release
Expand Down Expand Up @@ -77,7 +79,8 @@ jobs:
node-version: '14.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- run: echo "Tagged Version ${{ needs.tagged-release.outputs.VERSION_TAG }}"
- name: Run tests
run: yarn test
- name: Publish NPM Package
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit dbe2698

Please sign in to comment.