Skip to content

Commit

Permalink
Uncomment test step for registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Mar 19, 2024
1 parent c94348e commit b0f8ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autonolas-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- run: git branch --track main origin/main
- name: Run ESLint
run: yarn nx lint autonolas-registry
# - name: Run Test
# run: yarn nx test autonolas-registry
- name: Run Test
run: yarn nx test autonolas-registry
scan:
name: gitleaks
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0f8ecc

Please sign in to comment.