Skip to content

Handle Uploading Impacted Targets From Forked PRs #242

Handle Uploading Impacted Targets From Forked PRs

Handle Uploading Impacted Targets From Forked PRs #242

Workflow file for this run

name: Pull Request
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
name: Tests
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.7.5
- name: Run Tests
run: |
pnpm install
pnpm test