Skip to content

Bump tar from 6.2.1 to 7.5.3 in /test in the npm_and_yarn group across 1 directory #272

Bump tar from 6.2.1 to 7.5.3 in /test in the npm_and_yarn group across 1 directory

Bump tar from 6.2.1 to 7.5.3 in /test in the npm_and_yarn group across 1 directory #272

Workflow file for this run

name: "Test"
permissions:
contents: read
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v6
- name: Unit test
run: |
npm install
npm run test