This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
chore(deps): update rlespinasse/github-slug-action action to v4.4.1 #199
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Project Tests | |
on: push | |
jobs: | |
# spell-check: | |
# name: Spellcheck Docs | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout Source | |
# uses: actions/checkout@v2 | |
# - name: Spellcheck | |
# uses: rojopolis/[email protected] | |
container: | |
uses: erzz/workflows/.github/workflows/container.yml@main | |
with: | |
registry: "eu.gcr.io" | |
image: ingka-devops-ersw-dev/container-tests | |
dockerfile: tests/container/Dockerfile | |
secrets: | |
user: _json_key | |
password: ${{ secrets.REGISTRY_PUSH }} | |
source-protection: | |
uses: erzz/workflows/.github/workflows/source-protection.yml@main | |
# java-tests_test: | |
# runs-on: ubuntu-20.04 | |
# steps: | |
# - uses: actions/checkout@v2 | |
# with: | |
# fetch-depth: 0 | |
node-tests: | |
uses: erzz/workflows/.github/workflows/node-tests.yml@main | |
with: | |
node-version: 16 | |
eslint-command: cd tests/node-sample-app && yarn lint | |
unit-test-command: cd tests/node-sample-app && yarn test | |
release: | |
uses: erzz/workflows/.github/workflows/semantic-release.yml@main | |
with: | |
dry-run: true | |
secrets: | |
token: ${{ secrets.RELEASE_TOKEN }} |