Skip to content

Commit

Permalink
Install local version of framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Shillaker committed Nov 7, 2023
1 parent fde8534 commit 8f63f5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
- name: "Install dependencies"
run: npm ci

- name: "Link framework"
run: npm link ..
- name: "Install framework"
run: npm install .
working-directory: .

- name: "Run example"
run: |
Expand Down

0 comments on commit 8f63f5e

Please sign in to comment.