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 542278c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,10 @@ jobs:
- name: "Install project dependencies ⚙️"
run: yarn install --frozen-lockfile

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

- name: "Install auth example dependencies ⚙️"
working-directory: docs/examples/customErrorHandlingAndAuth
run: yarn install --frozen-lockfile

- name: "Test auth example 🧪"
working-directory: docs/examples/customErrorHandlingAndAuth
run: yarn test:ci
Expand Down

0 comments on commit 542278c

Please sign in to comment.