Skip to content

Commit

Permalink
Merge pull request #8 from telicent-oss/TELFE-152/testci
Browse files Browse the repository at this point in the history
update(test:ci): added
  • Loading branch information
ACoolmanTelicent authored May 13, 2024
2 parents 7d7b030 + 5d788f0 commit 9bd919e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- id: set_vars
run: |
APP_NAME=$(jq -r '.app_name' ./app.config.json)
echo "repo_name=$APP_NAME" >> $GITHUB_OUTPUT
echo "app_name=$APP_NAME" >> $GITHUB_OUTPUT
REPO_NAME=$(jq -r '.repo_name' ./app.config.json)
echo "repo_name=$REPO_NAME" >> $GITHUB_OUTPUT
integrated_tests:
Expand Down Expand Up @@ -93,12 +93,12 @@ jobs:
echo "DRY-RUN"
echo " uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@main"
echo " with:"
echo " APP_NAME=\${{ needs.get_variables.outputs.app_name }}"
echo " APP_NAME=${{ needs.get_variables.outputs.app_name }} "
echo " PATH=."
echo " DOCKER_FILE=Dockerfile"
echo " VERSION=\${{ needs.get_variables.outputs.version }}"
echo " VERSION_SUFFIX: -build
echo " ECR_SUFFIX: -build
echo " DOCKER_FILE=Dockerfile "
echo " VERSION=${{ needs.get_variables.outputs.version }} "
echo " VERSION_SUFFIX: -build"
echo " ECR_SUFFIX: -build"
# # TODO renable #2
# # WHEN this goes public
# # HOW uncomment 👇, and delete the DRY RUN version below
Expand Down Expand Up @@ -128,10 +128,10 @@ jobs:
echo "DRY-RUN"
echo " uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@main"
echo " with:"
echo " APP_NAME=\${{ needs.get_variables.outputs.app_name }}"
echo " APP_NAME=${{ needs.get_variables.outputs.app_name }} "
echo " PATH=."
echo " DOCKER_FILE=Dockerfile"
echo " VERSION=\${{ needs.get_variables.outputs.version }}"
echo " VERSION=${{ needs.get_variables.outputs.version }} "
# TODO reanable #3
# WHEN this goes public
# HOW 👇 Uncomment all of this:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "tsc && vite build",
"build:tailwind": "tailwindcss -i ./src/main.tailwind-source.css -o ./public/main.css",
"test": "vitest",
"test:ci": "vitest --silent --coverage",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install",
Expand Down

0 comments on commit 9bd919e

Please # to comment.