Skip to content

[preview] show attachments of overview test run #24

[preview] show attachments of overview test run

[preview] show attachments of overview test run #24

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: pr
on: pull_request
jobs:
test:
name: test
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Use Node.JS 18.x
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 18.x
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm run test