Skip to content

Commit

Permalink
Update dev-robgruen-android_typeagent.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen authored Nov 13, 2024
1 parent 7ce64ea commit 465223c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dev-robgruen-android_typeagent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
working-directory: ts
run: |
npm run test
- name: Lint
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
working-directory: ts
run: |
npm run lint
#- name: Lint
# if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
# working-directory: ts
# run: |
# npm run lint
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
app-name: 'typeagent'
slot-name: 'test'
package: .


0 comments on commit 465223c

Please sign in to comment.