Skip to content

Commit

Permalink
fix(github action): preview acceptance test (#2889)
Browse files Browse the repository at this point in the history
- should run on changes to files in directory
- fix conflict in pnpm versions
  • Loading branch information
iainsproat authored Sep 5, 2024
1 parent 9d8cd0f commit cf9348e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/preview-service-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
- .yarnrc.yml .
- .yarn
- package.json
- packages/frontend-2/type-augmentations/stubs
- packages/preview-service
- packages/viewer
- packages/objectloader
- packages/shared
- packages/frontend-2/type-augmentations/stubs/**
- packages/preview-service/**
- packages/viewer/**
- packages/objectloader/**
- packages/shared/**

jobs:
preview-service-acceptance:
Expand Down Expand Up @@ -43,7 +43,6 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit cf9348e

Please sign in to comment.