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 27b25b4 commit ff83f9c
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,19 +61,19 @@ 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/[email protected]
with:
name: node-app
path: |
./ts/packages/api
.ts/packages/shell
compression-level: 9
compression-level: 0

deploy:
runs-on: windows-latest
Expand Down

0 comments on commit ff83f9c

Please sign in to comment.