Skip to content

fix: header

fix: header #34

name: Create Tagged Release
on:
release:
types: [published]
push:
branches:
- main
##
# Re-usable workflows can be found at https://github.com/infitx-org/github-actions-node
##
jobs:
test_lint:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_dependencies:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_audit:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_license:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
# TODO: Enable when there are unit tests
# test_unit:
# uses: infitx-org/github-actions-node/.github/workflows/[email protected]
# TODO: Enable when there is coveragte for unit tests
# test_coverage:
# uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_int:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
test_func:
uses: ./.github/workflows/testFuncJob.yml
publish_image:
uses: infitx-org/github-actions-node/.github/workflows/[email protected]
with:
RELEASE_VERSION: ${{ github.event.release.tag_name }}
RELEASE_URL: ${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ github.event.release.tag_name }}
secrets:
USER: ${{ github.actor }}
PASSWORD: ${{ secrets.GITHUB_TOKEN }}