Skip to content

Commit

Permalink
Adjust Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jan 12, 2025
1 parent b4af449 commit 0e6768d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/verify_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,4 @@ jobs:
continue-on-error: true
run: npm list
- run: npm install
- run: tsc
- run: npm run lint
- run: npm run test
- run: npm run webpack-build
- run: npm run build
6 changes: 1 addition & 5 deletions .github/workflows/verify_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ jobs:
continue-on-error: true
run: npm list
- run: npm install
- run: tsc
- run: npm run lint
- run: npm run test
- run: npm run webpack-build
- run: npm run build

run_functional_test_single_stream_lambdatest:
if: github.event.pull_request.head.repo.fork == false
Expand Down Expand Up @@ -78,7 +75,6 @@ jobs:
continue-on-error: true
run: npm list
- run: npm install
- run: npm run webpack-build
- name: Start Tunnel
uses: LambdaTest/LambdaTest-tunnel-action@v2
id: tunnel
Expand Down

0 comments on commit 0e6768d

Please sign in to comment.