Skip to content

Running tests on behalf of dependabot[bot] πŸš€ #68

Running tests on behalf of dependabot[bot] πŸš€

Running tests on behalf of dependabot[bot] πŸš€ #68

Workflow file for this run

name: Test Code
run-name: Running tests on behalf of ${{ github.actor }} πŸš€
on: [push]
jobs:
npm-test:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 21.7.0
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "πŸ’‘ The ${{ github.repository }} repository has been cloned to the runner."
- run: npm install
- run: npm test -- --watchAll=false --passWithNoTests