Skip to content

Commit cdf7757

Browse files
committed
wip
1 parent ec6c678 commit cdf7757

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

.github/workflows/rspec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v6
18+
- run: |
19+
cd spec/fixtures/test-app
20+
npm ci
1821
- name: Set up Ruby
1922
uses: ruby/setup-ruby@v1
2023
with:

spec/fixtures/test-app/.github/workflows/tests.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)