Skip to content

Commit

Permalink
Update update-library.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed May 5, 2024
1 parent d37cda1 commit 80d83a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
env:
GoogleToken: ${{ secrets.GoogleToken }}

- run: npm run build

- run: npm run test -- -u

- name: Commit files
if: env.UpdatedLibrary == 'true' && env.AutoTag != 'true'
run: |
Expand Down

0 comments on commit 80d83a0

Please sign in to comment.