Skip to content

Commit

Permalink
symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 24, 2024
1 parent 16e1cec commit 2a004b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Run Workflow Tests 🧪
name: Run Registry Tests 🧪

on:
pull_request:
types: [opened, push, reopened]
workflow_dispatch:

a
jobs:
run-tests:
runs-on: ubuntu-latest
Expand All @@ -29,6 +29,7 @@ jobs:
- name: Install Dependencies 🧶
run: yarn install
run: yarn symlink

- name: Build Project 🏗️
run: yarn build
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6884,11 +6884,6 @@ stack-utils@^2.0.3:
dependencies:
escape-string-regexp "^2.0.0"

strfy-js@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/strfy-js/-/strfy-js-1.5.0.tgz#80da9fe2a0599a6a7a36f7b514a4fd32323980ba"
integrity sha512-QHyrXpVazTuLBRFLf96/pQaZ25WFq693KEfMfwVNB2Chj4QkTEXYXrJKULRTCBvADs35+Rl915A1saxZNT5X0A==

strfy-js@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/strfy-js/-/strfy-js-2.2.2.tgz#c97417f2bda827472ee8906bf94adb71cf185204"
Expand Down

0 comments on commit 2a004b3

Please sign in to comment.