Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Apr 23, 2024
1 parent 0b4f3cc commit abde314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
lint-rp-client:
runs-on: ubuntu-20.04
env:
working-directory: js-client-relying-party
working-directory: js-library

steps:
- name: Checkout
Expand All @@ -40,7 +40,7 @@ jobs:
test-rp-client:
runs-on: ubuntu-20.04
env:
working-directory: js-client-relying-party
working-directory: js-library

steps:
- name: Checkout
Expand Down

0 comments on commit abde314

Please sign in to comment.