Skip to content

Commit

Permalink
Try to switch to jest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Aug 27, 2024
1 parent 1f438f9 commit 84e9e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: registry.jetbrains.team
username: ${{ secrets.SPACE_USER }}
password: ${{ secrets.SPACE_PASSWORD }}
username: ${{ secrets.SPACE_REGISTRY_USERNAME }}
password: ${{ secrets.SPACE_REGISTRY_PASSWORD }}

- run: docker pull registry.jetbrains.team/p/sa/containers/qodana-js:2024.2-nightly

Expand Down

0 comments on commit 84e9e07

Please sign in to comment.