Skip to content

Commit

Permalink
change jest action
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDBrother committed Feb 12, 2024
1 parent bec4c8f commit 6da8a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
prettier_options: --write **/*.{js,md}

- name: Run jest
run: yarn test
uses: stefanoeb/jest-action@1.0.3

- name: Login to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --pasword-stdin
Expand Down

0 comments on commit 6da8a7d

Please sign in to comment.