Skip to content

Bump actions/upload-artifact from 3.1.0 to 3.1.3 #8

Bump actions/upload-artifact from 3.1.0 to 3.1.3

Bump actions/upload-artifact from 3.1.0 to 3.1.3 #8

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