Skip to content

Bump github/codeql-action from 2.2.4 to 2.21.7 #9

Bump github/codeql-action from 2.2.4 to 2.21.7

Bump github/codeql-action from 2.2.4 to 2.21.7 #9

Workflow file for this run

name: Run Unit/Integration tests
on:
# push:
# branches: [ "main", "develop" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "develop"]
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run test