Skip to content

Bump actions/upload-artifact from 4.6.2 to 7.0.1 #329

Bump actions/upload-artifact from 4.6.2 to 7.0.1

Bump actions/upload-artifact from 4.6.2 to 7.0.1 #329

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
permissions:
contents: read
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: ./