Skip to content

[TIPPI-1198] Fix unit tests #3

[TIPPI-1198] Fix unit tests

[TIPPI-1198] Fix unit tests #3

name: Mutation Test
on:
workflow_dispatch:
jobs:
mutation-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '24'
- name: Install dependencies
run: yarn install
- name: Run tests
env:
TEALIUM_DEPLOY_ACCOUNT: ${{ secrets.TEALIUM_DEPLOY_ACCOUNT }}
TEALIUM_DEPLOY_USER: ${{ secrets.TEALIUM_DEPLOY_USER }}
TEALIUM_DEPLOY_API_KEY: ${{ secrets.TEALIUM_DEPLOY_API_KEY }}
run: yarn deploy -- "${{ github.sha }}: ${{ github.event.head_commit.message }}"

Check failure on line 26 in .github/workflows/tealium_deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tealium_deployment.yml

Invalid workflow file

You have an error in your yaml syntax on line 26