Skip to content

chore(deps): bump ws from 7.5.9 to 7.5.10 in /site in the npm_and_yarn group across 1 directory #1630

chore(deps): bump ws from 7.5.9 to 7.5.10 in /site in the npm_and_yarn group across 1 directory

chore(deps): bump ws from 7.5.9 to 7.5.10 in /site in the npm_and_yarn group across 1 directory #1630

Workflow file for this run

name: Test Retina Image
on:
merge_group:
types: [checks_requested]
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
actions: read
contents: read
deployments: read
packages: none
pull-requests: write
security-events: write
issues: write
jobs:
test-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Make Retina Test image
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
run: |
make test-image IMAGE_NAMESPACE=${{ github.repository }} PLATFORM=linux/amd64
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: coverage-files
path: ./coverage*