Skip to content

Commit

Permalink
Just make the tests work... do better later
Browse files Browse the repository at this point in the history
  • Loading branch information
avra-m3 committed Feb 1, 2024
1 parent 35a0b80 commit eac7bde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ jobs:
- name: "Install project dependencies ⚙️"
run: yarn install --frozen-lockfile

- name: "Link 🔗️"
run: yarn link

- name: "Link simple 🔗"
working-directory: docs/examples/simple
run: yarn link express-haste
- name: "Link auth 🔗"
working-directory: docs/examples/customErrorHandlingAndAuth
run: yarn link express-haste

- name: "Install simple example dependencies ⚙️"
working-directory: docs/examples/simple
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit eac7bde

Please sign in to comment.